Пример #1
0
 public void Draw(List <List <Rectangle> > cells)
 {
     DrawHelper.DrawEmptyFiled(cells);
     HowIDraw.DrawGameField(cells);
 }