Пример #1
0
 public void CreateGrid_RowsOrColumsLessThanTwo_ThrowAgumentException(int row, int column)
 {
     grid.CreateGrid(row, column);
 }