コード例 #1
0
 private void attach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = this;
 }
コード例 #2
0
 private void detach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = null;
 }
コード例 #3
0
ファイル: HR_Personnel.cs プロジェクト: 1016135097/FineOffice
 private void attach_OA_FlowRun(OA_FlowRun entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = this;
 }