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