Beispiel #1
0
 public OpenPathShapeBase(OpenPathShapeBase from)
     :
     base(from) // all is done here, since CopyFrom is virtual!
 {
 }
Beispiel #2
0
		public OpenPathShapeBase(OpenPathShapeBase from)
			:
			base(from) // all is done here, since CopyFrom is virtual!
		{
		}