Ejemplo n.º 1
0
 public int GetExpectedBoardControlCount()
 {
     return(board.GetCellAmount() + 1);//add the layout control too
 }
Ejemplo n.º 2
0
 public bool IsCompleted()
 {
     return(board.GetCorrectCellAmount() == board.GetCellAmount());
 }