Пример #1
0
 public GridArea(GridPosition topLeft, GridPosition bottomRight)
 {
     _topLeft     = topLeft;
     _bottomRight = bottomRight;
 }