Beispiel #1
0
 private void NextRoundButton_Click(object sender, RoutedEventArgs e)
 {
     _gameBrain.NextRound();
     UpdateAllWindows();
 }