Example #1
0
 private void detach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Article = null;
 }
Example #2
0
 private void attach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.MasterLogistic = this;
 }