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