protected BaseType2(BaseType2 other)
		{
			this.name = other.Name;
		}
Example #2
0
 protected BaseType2(BaseType2 other)
 {
     this.name = other.Name;
 }