コード例 #1
0
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Greenhouse = null;
		}
コード例 #2
0
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Environment = null;
		}