Personmodel handled as dbtabel and as file

This commit is contained in:
2020-03-26 20:49:46 +01:00
parent 27f406b836
commit 1a686aba60
8 changed files with 135 additions and 10 deletions

View File

@ -20,7 +20,7 @@ namespace TrackerUI
// Initialize the database connections
GlobalConfig.InitializeConnections(DatabaseType.TextFile);
Application.Run(new CreatePrizeForm());
Application.Run(new CreateTeamForm());
//Application.Run(new TournamentDashboardForm());
}