Exemplo n.º 1
0
 protected bool isPointOnBoard(Point point)
 {
     return(MyBoard.IsPointOnBoard(point));
 }