예제 #1
0
 protected BaseC(BaseC other)
     : base(other)
 {
     this.date2 = other.Date2;
     AddDate2Listeners(this.date2);
 }
예제 #2
0
		protected BaseC(BaseC other)
		: base(other)
		{
			this.date2 = other.Date2;
			AddDate2Listeners(this.date2);
		}