Zooflow: Improve Search Form code

This commit is contained in:
Jonathan Jenne
2022-04-11 15:25:32 +02:00
parent f0594c928c
commit 7b9f679664
5 changed files with 584 additions and 324 deletions

View File

@@ -146,7 +146,7 @@ Public Class ClassInit
My.Database = New DatabaseWithFallback(LogConfig, My.Application.Service.Client, My.DatabaseECM, My.DatabaseIDB)
Catch ex As Exception
Logger.Error(ex)
Throw New InitException("Error InitializeDatabaseWithFallback!", ex)
Throw New InitException("Error in InitializeDatabaseWithFallback!", ex)
End Try
End Sub
Private Sub InitializeUser(MyApplication As My.MyApplication)