예제 #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
 public S2(S2 other)
     : base(other)
 {
 }