Exemplo n.º 1
0
        public WebShell()
        {
            _interpreter     = new DynamicExpresso.Interpreter();
            _commandsHistory = new CommandsHistory();

            _interpreter.SetVariable("Commands", _commandsHistory);
        }
Exemplo n.º 2
0
        public WebShell()
        {
            _interpreter = new DynamicExpresso.Interpreter();
            _commandsHistory = new CommandsHistory();

            _interpreter.SetVariable("Commands", _commandsHistory);
        }