Added game id sync to import

This commit is contained in:
MikeMaximus
2018-03-04 21:23:01 -06:00
parent 2e5fa70f58
commit ddee737222
5 changed files with 119 additions and 5 deletions
+4
View File
@@ -1497,7 +1497,9 @@ Public Class frmGameManager
If sLocation <> String.Empty Then
If mgrMonitorList.DoImport(sLocation) Then
mgrMonitorList.SyncMonitorLists(Settings.SyncFields)
LoadData()
LoadBackupData()
End If
End If
@@ -1525,7 +1527,9 @@ Public Class frmGameManager
If mgrCommon.ShowMessage(frmGameManager_ConfirmOfficialImport, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
If mgrMonitorList.DoImport(sImportURL) Then
mgrMonitorList.SyncMonitorLists(Settings.SyncFields)
LoadData()
LoadBackupData()
End If
End If
End Sub