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