Пример #1
0
 protected BaseB(BaseB other)
     : base(other)
 {
     this.date2 = other.Date2;
     AddDate2Listeners(this.date2);
 }
Пример #2
0
		protected BaseB(BaseB other)
		: base(other)
		{
			this.date2 = other.Date2;
			AddDate2Listeners(this.date2);
		}