Beispiel #1
0
 public PrimitiveBase(ShapeBase shape, string name, string type) : base(shape, name, type)
 {
 }
Beispiel #2
0
 public ClosedCurveBase(ShapeBase shape, string name, string type) : base(shape, name, type)
 {
 }