Beispiel #1
0
 private void btRetour_Click(object sender, EventArgs e)
 {
     MenuPrincipal m = new MenuPrincipal();
     m.Show();
     this.Close();
 }
Beispiel #2
0
 private void btJouer_Click(object sender, EventArgs e)
 {
     MenuPrincipal m = new MenuPrincipal();
     this.Hide();
     m.Show();
 }