|
|
|
|
@ -29,7 +29,7 @@ Namespace My
|
|
|
|
|
Private Shared addedHandlerLockObject As New Object
|
|
|
|
|
|
|
|
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
|
|
|
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
|
|
|
|
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
|
|
|
|
If My.Application.SaveMySettingsOnExit Then
|
|
|
|
|
My.Settings.Save()
|
|
|
|
|
End If
|
|
|
|
|
|