Example #1
0
 private void detach_OA_FlowProcess(OA_FlowProcess entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = null;
 }
Example #2
0
 private void attach_OA_FlowProcess(OA_FlowProcess entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = this;
 }