update many projects to .NET Standard 2.0
This commit is contained in:
@@ -37,11 +37,11 @@ Public NotInheritable Class SettingsManager(Of T As SettingsBase)
|
||||
End Property
|
||||
|
||||
Private Sub AddAutoSaveHandler()
|
||||
AddHandler Windows.Forms.Application.ApplicationExit, AddressOf AutoSaveSettingsOnExit
|
||||
AddHandler AppDomain.CurrentDomain.ProcessExit, AddressOf AutoSaveSettingsOnExit
|
||||
addedHandler = True
|
||||
End Sub
|
||||
Private Sub RemoveAutoSaveHandler()
|
||||
RemoveHandler Windows.Forms.Application.ApplicationExit, AddressOf AutoSaveSettingsOnExit
|
||||
RemoveHandler AppDomain.CurrentDomain.ProcessExit, AddressOf AutoSaveSettingsOnExit
|
||||
addedHandler = False
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user