Пример #1
0
        static void Main(string[] args)
        {
            var commandExecutor = new CommandExecutor();

            commandExecutor.SetCommands(CommandSet.GetCommands());
            commandExecutor.ListenForever();
        }