Refactoring to avoid unsafe thread calls

This commit is contained in:
rlv-dan
2020-04-14 20:34:03 +02:00
parent 84d7aa2624
commit 10ce610db0
5 changed files with 186 additions and 162 deletions

View File

@ -78,9 +78,8 @@
<Compile Include="frmMain_BackgroundWorker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain_Helpers.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Models.cs" />
<Compile Include="Utils.cs" />
<Compile Include="PortableSettingsProvider.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />