コード例 #1
0
ファイル: MainForm.cs プロジェクト: rafeyhusain/InfinityChess
 private void timer1_Tick(object sender, EventArgs e)
 {
     timer1.Enabled = false;
     ChessBoardUc.StartGame();
 }