Ejemplo n.º 1
0
 private void attach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = this;
 }
Ejemplo n.º 2
0
 private void detach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = null;
 }
Ejemplo n.º 3
0
 private void attach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = this;
 }