コード例 #1
0
ファイル: S2.cs プロジェクト: pescuma/modelsharp
		public S2(S2 other)
		: base(other)
		{
		}
コード例 #2
0
 public virtual void CopyFrom(S2 other)
 {
     Date2 = other.Date2;
 }
コード例 #3
0
ファイル: S2.cs プロジェクト: alexsanderpetry/modelsharp
 public S2(S2 other)
     : base(other)
 {
 }