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