Interpret() private method

private Interpret ( [ expr ) : void
expr [
return void
示例#1
0
文件: Amanda.cs 项目: remco138/amanda
 //Run a single expression
 public bool Interpret(string expression)
 {
     AmandaHook.Interpret(expression);
     return(true);
 }