Esempio n. 1
0
 public PrimitiveBase(ShapeBase shape, string name, string type) : base(shape, name, type)
 {
 }
Esempio n. 2
0
 public ClosedCurveBase(ShapeBase shape, string name, string type) : base(shape, name, type)
 {
 }