Example #1
0
 private void highscores_but_Click(object sender, EventArgs e)
 {
     this.Hide();
     Form f3 = new Form3();
     f3.ShowDialog();
     this.Close();
 }
Example #2
0
 public void Display_Scores()
 {
     this.Hide();
     Form f3 = new Form3();
     f3.ShowDialog();
     this.Close();
 }