A lot of refactoring and both saving types work
This commit is contained in:
@ -133,6 +133,11 @@ namespace TrackerUI
|
||||
// Create all of team entries
|
||||
GlobalConfig.Connection.CreateTournament(tm);
|
||||
|
||||
|
||||
|
||||
TournamentViewerForm frm = new TournamentViewerForm(tm);
|
||||
frm.Show();
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user