Esempio n. 1
0
 private void viewGameButton_Click(object sender, EventArgs e)
 {
     ViewGameForm viewGameForm = new ViewGameForm();
     viewGameForm.Show();
 }
Esempio n. 2
0
 private void catalogueButton_Click(object sender, EventArgs e)
 {
     ViewGameForm view = new ViewGameForm();
     view.Show();
 }