Last window created

This commit is contained in:
2020-03-22 16:09:26 +01:00
parent dcd64398e9
commit b1e62e829e
5 changed files with 416 additions and 99 deletions

View File

@ -64,6 +64,12 @@
<Compile Include="CreateTournamentForm.Designer.cs">
<DependentUpon>CreateTournamentForm.cs</DependentUpon>
</Compile>
<Compile Include="TournamentDashboardForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TournamentDashboardForm.Designer.cs">
<DependentUpon>TournamentDashboardForm.cs</DependentUpon>
</Compile>
<Compile Include="TournamentViewerForm.cs">
<SubType>Form</SubType>
</Compile>
@ -90,6 +96,9 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="TournamentDashboardForm.resx">
<DependentUpon>TournamentDashboardForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TournamentViewerForm.resx">
<DependentUpon>TournamentViewerForm.cs</DependentUpon>
</EmbeddedResource>