コード例 #1
0
		private void detach_WATLEVELs(WATLEVEL entity)
		{
			this.SendPropertyChanging();
			entity.INTAKE = null;
		}
コード例 #2
0
		private void attach_WATLEVELs(WATLEVEL entity)
		{
			this.SendPropertyChanging();
			entity.INTAKE = this;
		}