protected BaseAddress(BaseAddress other)
 {
     this.street  = other.Street;
     this.city    = other.City;
     this.zipCode = other.ZipCode;
 }
Ejemplo n.º 2
0
		protected BaseAddress(BaseAddress other)
		{
			this.street = other.Street;
			this.city = other.City;
			this.zipCode = other.ZipCode;
		}