Beispiel #1
0
		public S2(S2 other)
		: base(other)
		{
		}
Beispiel #2
0
 public virtual void CopyFrom(S2 other)
 {
     Date2 = other.Date2;
 }
Beispiel #3
0
 public S2(S2 other)
     : base(other)
 {
 }