示例#1
0
 private void AddFuncs()
 {
     Interpreter.AddToLibrary(new Function(new Func <object[], object>(EnableBindsByNames), FuncType.Parameters));
     Interpreter.AddToLibrary(new Function(new Func <object[], object>(DisableBindsByNames), FuncType.Parameters));
     Interpreter.AddToLibrary(new Function(new Func <object[], object>(StartBindsByNames), FuncType.Other));
 }