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