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