예제 #1
0
        public WebShell()
        {
            _interpreter     = new DynamicExpresso.Interpreter();
            _commandsHistory = new CommandsHistory();

            _interpreter.SetVariable("Commands", _commandsHistory);
        }
예제 #2
0
        public WebShell()
        {
            _interpreter = new DynamicExpresso.Interpreter();
            _commandsHistory = new CommandsHistory();

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