Example #1
0
 private void detach_MasterLogistics(MasterLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Company = null;
 }
Example #2
0
 private void attach_MasterLogistics(MasterLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Store1 = this;
 }