Пример #1
0
        public ConsoleShell()
        {
            emergencyVocab = new VocabularyCommands(new AgateEmergencyVocabulary(this));

            commandLibraries.Add(new VocabularyCommands(new AgateConsoleVocabulary()));

            State.PathValidate += EvaluatePath;
            State.PathChanged  += UpdateAvailablePaths;
        }
Пример #2
0
        public ConsoleShell()
        {
            emergencyVocab = new VocabularyCommands(new AgateEmergencyVocabulary(this));

            commandLibraries.Add(new VocabularyCommands(new AgateConsoleVocabulary()));
        }