private void MainForm_Activated(object sender, EventArgs e) { FileHandler.scanFileDirectory(); AppCon = ConfigHandler.getConfig(); plugins = ConfigHandler.GetPluginList(); }
private void tcUniversal_SelectedIndexChanged(object sender, EventArgs e) { plugins = ConfigHandler.GetPluginList(); }