DocumentResultList
This commit is contained in:
4
ZooFlow/My Project/Application.Designer.vb
generated
4
ZooFlow/My Project/Application.Designer.vb
generated
@@ -29,8 +29,8 @@ Namespace My
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()>
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.DigitalData.GUIs.ZooFlow.frmAdmin
|
||||
End Sub
|
||||
|
||||
4
ZooFlow/My Project/Settings.Designer.vb
generated
4
ZooFlow/My Project/Settings.Designer.vb
generated
@@ -43,8 +43,8 @@ Partial Friend NotInheritable Class Settings
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user