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