Exemplo n.º 1
0
 private static bool Desync(Interpreter interpreter, Source source, Stringe tagname, Argument[] args)
 {
     interpreter.Desync();
     return(false);
 }