Ejemplo n.º 1
0
        public object Exec(string cmd)
        {
            var act = new StatementField <TActionSet>()
            {
                Content = cmd
            };

            return(act.Invoke(API));
        }
Ejemplo n.º 2
0
        public void Run(string cmd)
        {
            var act = new StatementField <TActionSet>()
            {
                Content = cmd
            };

            act.Invoke(API);
        }