private void detach_OA_FlowRunData(OA_FlowRunData entity)
 {
     this.SendPropertyChanging();
     entity.OA_FlowRunProcess = null;
 }
Exemple #2
0
 private void attach_OA_FlowRunData(OA_FlowRunData entity)
 {
     this.SendPropertyChanging();
     entity.OA_Form = this;
 }