예제 #1
0
 private void attach_Customers(Customer entity)
 {
     this.SendPropertyChanging();
     entity.Contact = this;
 }
예제 #2
0
 private void detach_Customers(Customer entity)
 {
     this.SendPropertyChanging();
     entity.Contact = null;
 }
 private void detach_Customers(Customer entity)
 {
     this.SendPropertyChanging("Customers");
     entity.Dealer = null;
 }