示例#1
0
 public void FinDuJeu(String texteVictoire, Bataille b)
 {
     MessageBox.Show(texteVictoire, "Fin du jeu");
     b.Close();
 }