Various Control Panel fixes

Readded calls to Init* functions
Fixes trying to get service version from ITGSService
Removes calls Load* function in Init* functions
This commit is contained in:
Cyberboss
2017-11-12 00:36:27 -05:00
parent 5b88ac18bb
commit db5cd16ccf
4 changed files with 6 additions and 6 deletions
-1
View File
@@ -33,7 +33,6 @@ namespace TGControlPanel
RepoBGW.RunWorkerCompleted += RepoBGW_RunWorkerCompleted;
RepoBGW.DoWork += RepoBGW_DoWork;
BackupTagsList.MouseDoubleClick += BackupTagsList_MouseDoubleClick;
PopulateRepoFields();
}
private void BackupTagsList_MouseDoubleClick(object sender, MouseEventArgs e)