Exemple #1
0
 public bool IsBoardFull()
 {
     return(boardView.CellValueCompleted() && boardView.IsAllCellFull());
 }