Exemplo n.º 1
0
 public void openSelectionScreen(Match match)
 {
     selectionForm.match      = match;
     selectionForm.numPlayers = match.numPlayers;
     selectionForm.importDatabase();
     selectionForm.makeVisible();
     selectionForm.Show();
 }