Esempio n. 1
0
		public Test2(Test2 other)
		: base(other)
		{
		}
Esempio n. 2
0
		public virtual void CopyFrom(Test2 other)
		{
			Date = other.Date;
		}
 public virtual void CopyFrom(Test2 other)
 {
     Date = other.Date;
 }
Esempio n. 4
0
 public Test2(Test2 other)
     : base(other)
 {
 }