Ejemplo n.º 1
0
		protected BaseType2(BaseType2 other)
		{
			this.name = other.Name;
		}
Ejemplo n.º 2
0
 protected BaseType2(BaseType2 other)
 {
     this.name = other.Name;
 }