Ejemplo n.º 1
0
 public OpenPathShapeBase(OpenPathShapeBase from)
     :
     base(from) // all is done here, since CopyFrom is virtual!
 {
 }
Ejemplo n.º 2
0
		public OpenPathShapeBase(OpenPathShapeBase from)
			:
			base(from) // all is done here, since CopyFrom is virtual!
		{
		}