Esempio n. 1
0
 private void detach_OA_Flow(OA_Flow entity)
 {
     this.SendPropertyChanging();
     entity.OA_FlowSort = null;
 }
Esempio n. 2
0
 private void detach_OA_Flow(OA_Flow entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = null;
 }
Esempio n. 3
0
 private void attach_OA_Flow(OA_Flow entity)
 {
     this.SendPropertyChanging();
     entity.OA_FlowSort = this;
 }