Exemple #1
0
		public House(House other)
		: base(other)
		{
		}
		public virtual void CopyFrom(House other)
		{
			Address = other.Address;
		}