コード例 #1
0
ファイル: OpenPathShapeBase.cs プロジェクト: Altaxo/Altaxo
		public OpenPathShapeBase(OpenPathShapeBase from)
			:
			base(from) // all is done here, since CopyFrom is virtual!
		{
		}
コード例 #2
0
 public OpenPathShapeBase(OpenPathShapeBase from)
     :
     base(from) // all is done here, since CopyFrom is virtual!
 {
 }