예제 #1
0
파일: House.cs 프로젝트: pescuma/modelsharp
		public House(House other)
		: base(other)
		{
		}
예제 #2
0
		public virtual void CopyFrom(House other)
		{
			Address = other.Address;
		}