Ejemplo n.º 1
0
 public void AfficherTour(bool tourDesBlancs, string message)
 {
     Console.WriteLine("Tour des " + (tourDesBlancs ? "Blancs" : "Noirs"));
     Informations.Invoke(new Action(() => Informations.Text = message));
 }