コード例 #1
0
		private void detach_Deacons(Deacon entity)
		{
			this.SendPropertyChanging();
			entity.Member = null;
		}
コード例 #2
0
		private void attach_Deacons(Deacon entity)
		{
			this.SendPropertyChanging();
			entity.Member = this;
		}