コード例 #1
0
 public void RaiseCheckStatus(WorkflowEventArgsWithInitiator args)
 {
     CheckStatus(null, args);
 }
コード例 #2
0
 public void RaiseExport(WorkflowEventArgsWithInitiator args)
 {
     Export(null, args);
 }
コード例 #3
0
 public void RaisePostingAccounting(WorkflowEventArgsWithInitiator args)
 {
     PostingAccounting(null, args);
 }