コード例 #1
0
 private void Button1_Click(object sender, RoutedEventArgs e)
 {
     if (Button1.Content.ToString() != "")
     {
         game.Move(0);
         UpdateBoard(game.GetBoard());
         UpdateCount();
     }
 }