zooflow: msgbox

This commit is contained in:
Jonathan Jenne
2022-05-24 12:16:23 +02:00
parent 6cefffc2a6
commit ba3b4c7bf5
12 changed files with 117 additions and 90 deletions

View File

@@ -87,7 +87,7 @@ Public Class frmMonitor
ConfigManager.Save()
Application.Restart()
Else
FormHelper.ShowErrorMessage("No Database configured. Application will close!", "frmStart_Load")
FormHelper.ShowErrorMessage(New ApplicationException("No Database configured. Application will close!"), "frmStart_Load")
Application.Exit()
End If