Пример #1
0
 public BaseShape()
 {
     Metadata = new ShapeMetadata();
 }
Пример #2
0
 public Shape()
 {
     Metadata = new ShapeMetadata();
 }