Most controls in CreateTournamentForm are implemented

This commit is contained in:
2020-04-05 23:53:11 +02:00
parent 8ac467e2f0
commit af9ee4113d
7 changed files with 147 additions and 42 deletions

View File

@ -64,6 +64,8 @@
<Compile Include="CreateTournamentForm.Designer.cs">
<DependentUpon>CreateTournamentForm.cs</DependentUpon>
</Compile>
<Compile Include="IPrizeRequester.cs" />
<Compile Include="ITeamRequester.cs" />
<Compile Include="TournamentDashboardForm.cs">
<SubType>Form</SubType>
</Compile>