Esempio n. 1
0
        public async void OnReloadRequestAsync()
        {
            SetConfigurationFilePaths();
            await FileChecker.CheckFiles();

            ReadConfigurationFiles();
            RegisterCustomCommands();
            RegisterCommands();
            SetupAnnouncer();
            SetupI18n();
        }
Esempio n. 2
0
        public async void OnReloadRequestAsync()
        {
            SetConfigurationFilePaths();
            await FileChecker.CheckFiles();

            ReadConfigurationFiles();
            RegisterCustomCommands();
            RegisterCommands();
            SetupI18n();
            WarpHandler.ReloadAll();
            KitHandler.ReloadAll();
        }