示例#1
0
		public virtual void CopyFrom(House other)
		{
			Address = other.Address;
		}
示例#2
0
		public House(House other)
		: base(other)
		{
		}
示例#3
0
 public virtual void CopyFrom(House other)
 {
     Address = other.Address;
 }