Esempio n. 1
0
 private void detach_OA_FlowForm(OA_FlowForm entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = null;
 }
Esempio n. 2
0
 private void attach_OA_FlowForm(OA_FlowForm entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = this;
 }