A lot of refactoring and both saving types work

This commit is contained in:
2020-04-16 00:12:42 +02:00
parent 1361fa048e
commit 7f4bf45850
6 changed files with 128 additions and 37 deletions

View File

@ -133,6 +133,11 @@ namespace TrackerUI
// Create all of team entries
GlobalConfig.Connection.CreateTournament(tm);
TournamentViewerForm frm = new TournamentViewerForm(tm);
frm.Show();
this.Close();
}
}
}