Esempio n. 1
0
		private void detach_CustomerEvents(CustomerEvent entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
Esempio n. 2
0
		private void attach_CustomerEvents(CustomerEvent entity)
		{
			this.SendPropertyChanging();
			entity.Customer = this;
		}