Beispiel #1
0
		public Test2(Test2 other)
		: base(other)
		{
		}
		public virtual void CopyFrom(Test2 other)
		{
			Date = other.Date;
		}
 public virtual void CopyFrom(Test2 other)
 {
     Date = other.Date;
 }
Beispiel #4
0
 public Test2(Test2 other)
     : base(other)
 {
 }