Example #1
0
 private void DecrementGameButton_Click(object sender, RoutedEventArgs e)
 {
     _gameBrain.PreviousGame();
     UpdateAllWindows();
 }