Ejemplo n.º 1
0
		protected BaseD(BaseD other)
		: base(other)
		{
			this.x = other.X;
		}
Ejemplo n.º 2
0
 protected BaseD(BaseD other)
     : base(other)
 {
     this.x = other.X;
 }