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