refactored the code, prepared for adding new players
This commit is contained in:
parent
638bf96bea
commit
1c2e5170c5
6 changed files with 139 additions and 70 deletions
|
@ -159,6 +159,7 @@
|
|||
<Compile Include="OptionsDialog.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Players.cs" />
|
||||
<Compile Include="Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
@ -167,6 +168,7 @@
|
|||
<Compile Include="GlobalSuppressions.cs" />
|
||||
<Compile Include="VsDingExtensionProjectPackage.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="WinApiHelper.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources.resx">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue