Switched to VB method of single instance

This commit is contained in:
MikeMaximus
2017-12-09 10:09:01 -06:00
parent 7330c5bcba
commit 8907933285
5 changed files with 24 additions and 52 deletions
-9
View File
@@ -2832,15 +2832,6 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An instance of Game Backup Monitor is already running..
'''</summary>
Friend ReadOnly Property frmMain_ErrorAlreadyRunning() As String
Get
Return ResourceManager.GetString("frmMain_ErrorAlreadyRunning", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to GBM is running from a new location, the Windows startup entry has been updated..
'''</summary>