MS ÄNDerungen wegen License

This commit is contained in:
2020-01-10 14:02:24 +01:00
parent 77ee901233
commit 3c1657fa28
8 changed files with 96 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ Public Class frmAdministration
End Class
Public Sub New()
MyBase.New(LogConfig)
MyBase.New()
' Dieser Aufruf ist für den Designer erforderlich.
InitializeComponent()
End Sub
@@ -98,7 +98,7 @@ Public Class frmAdministration
Status_Changed("Keine Änderung")
End If
Catch ex As Exception
ShowErrorMessage(ex)
Logger.Error(ex)
'MsgBox("Unerwarteter Fehler beim Speichern des Profils: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, Text)
End Try
End Sub
@@ -628,7 +628,7 @@ Public Class frmAdministration
Status_Changed("Daten-Suche gespeichert")
End If
Catch ex As Exception
ShowErrorMessage(ex)
Logger.Error(ex)
'MsgBox("Unexpected Error while saving Data Search: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
@@ -662,7 +662,7 @@ Public Class frmAdministration
Status_Changed("Dokument-Suche gespeichert")
End If
Catch ex As Exception
ShowErrorMessage(ex)
Logger.Error(ex)
End Try
End Sub