Example #1
0
 private void Reset_Click(object sender, RoutedEventArgs e)
 {
     gameController.ResetGame();
     ClearBoardGrid();
 }