示例#1
0
 /// <summary>
 /// Removes all pieces from the board.
 /// </summary>
 public void ClearBoard()
 {
     ChessEngine.Clear();
     Invalidate();
 }