示例#1
0
 public bool visit(SWLWorkflowContinue <bool> node)
 {
     throw new SWLContinueException();
 }
 public bool visit(SWLWorkflowContinue <bool> node)
 {
     Console.WriteLine("CONTINUE");
     throw new SWLContinueException();
 }