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