Example #1
0
        }//IsValid

        public bool IsOpen(Board board)
        {
            return(board.GetBoardCellSign(this.PositionCell) == Sign.EMPTY);
        }//IsOpen