Exemple #1
0
 private bool IsTie()
 {
     return(!_grid.HasEmptyCell());
 }