Exemple #1
0
        internal int ReloadModules(bool actuallyLoad)
        {
            commandManager.ClearModulesAndCommands();
            SetupInternalCommands();

            if (actuallyLoad)
            {
                return(LoadModules());
            }
            else
            {
                return(0);
            }
        }