예제 #1
0
 public void PrintGrid()
 {
     _communicationOperations.Clear();
     _communicationOperations.WriteLine(StringFormatter.Format(_grid));
 }