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