Exemplo n.º 1
0
 /// <summary>Affiche <see cref="FormPartie"/></summary>
 public void Demarrer()
 {
     formPartie.AfficherEchiquier(echiquier.ToString());
     formPartie.Message = "C'est à " + joueurs[actif].Nom + " de jouer";
     formPartie.ShowDialog();
 }