gitextract_ba0l7ejz/ ├── .gitattributes ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── README.md ├── auto h-encore/ │ ├── App.config │ ├── ErrorHandling.cs │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── FormConnector.Designer.cs │ ├── FormConnector.cs │ ├── FormConnector.resx │ ├── FormFiles.Designer.cs │ ├── FormFiles.cs │ ├── FormFiles.resx │ ├── FormLanguage.Designer.cs │ ├── FormLanguage.cs │ ├── FormLanguage.resx │ ├── Global.cs │ ├── Language.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── app.manifest │ ├── Reference.cs │ ├── Utility.cs │ └── auto h-encore.csproj └── auto h-encore.sln