Пример #1
0
 internal void NewShape(Point position, ShapeType shapeType)
 {
     _model.NewShape(position, shapeType);
 }