Exemplo n.º 1
0
 protected override string RealExecute(FungeContext fungeContext)
 {
     fungeContext.StopCurrentThread();
     return(null);
 }
Exemplo n.º 2
0
 public string RealExecute(FungeContext fungeContext)
 {
     fungeContext.StopCurrentThread();
     return(null);
 }