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