update ui

This commit is contained in:
Jonathan Jenne
2019-10-29 12:22:05 +01:00
parent c54830c4a3
commit 24e1fa2e04
6 changed files with 77 additions and 23 deletions

View File

@@ -627,7 +627,8 @@ Public Class frmAdministration
Status_Changed("Daten-Suche gespeichert")
End If
Catch ex As Exception
MsgBox("Unexpected Error while saving Data Search: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
ShowErrorMessage(ex)
'MsgBox("Unexpected Error while saving Data Search: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub