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