예제 #1
0
 protected override string RealExecute(FungeContext fungeContext)
 {
     fungeContext.StopCurrentThread();
     return(null);
 }
예제 #2
0
 public string RealExecute(FungeContext fungeContext)
 {
     fungeContext.StopCurrentThread();
     return(null);
 }