示例#1
0
文件: Form1.cs 项目: MalykhS/Personal
 private void newGame()
 {
     ai.newGame();
     this.Invalidate();
 }