Improve Search, clean up
This commit is contained in:
@@ -30,12 +30,12 @@ Public Class frmAdmin_Start
|
||||
DetailForm = New ClassDetailForm(My.LogConfig)
|
||||
AddHandler DetailForm.DetailFormClosed, AddressOf DetailForm_Closed
|
||||
|
||||
If My.SystemConfig.ConnectionString = String.Empty Then
|
||||
If ShowDatabaseSettings() = False Then
|
||||
MsgBox("Die Datenbank verbindung wurde nicht konfiguriert. Die Administration kann nicht verwendet werden.", MsgBoxStyle.Critical, Text)
|
||||
Exit Sub
|
||||
End If
|
||||
End If
|
||||
'If My.SystemConfig.ConnectionString = String.Empty Then
|
||||
' If ShowDatabaseSettings() = False Then
|
||||
' MsgBox("Die Datenbank verbindung wurde nicht konfiguriert. Die Administration kann nicht verwendet werden.", MsgBoxStyle.Critical, Text)
|
||||
' Exit Sub
|
||||
' End If
|
||||
'End If
|
||||
|
||||
DetailForm.LoadData()
|
||||
TreeListMenu.ExpandAll()
|
||||
|
||||
Reference in New Issue
Block a user