Ejemplo n.º 1
0
 public object CallObject(object obj, params object[] args)
 {
     return(_engine.CallObject(obj, args));
 }