Beispiel #1
0
 protected BaseA(BaseA other)
 {
     this.date = other.Date;
     AddDateListeners(this.date);
 }
Beispiel #2
0
		protected BaseA(BaseA other)
		{
			this.date = other.Date;
			AddDateListeners(this.date);
		}