Fix Wix Path finally :D, Translate frmIndex to en

This commit is contained in:
Jonathan Jenne
2021-03-01 12:33:41 +01:00
parent 6042b7321d
commit d831fbc50d
23 changed files with 1723 additions and 1091 deletions

View File

@@ -50,7 +50,7 @@ Public Class ClassControls
Return chk
Catch ex As Exception
LOGGER.Info("Unhandled Exception in AddCheckBox: " & ex.Message)
LOGGER.Error(ex.Message)
LOGGER.Error(ex)
Return Nothing
End Try
End Function
@@ -117,7 +117,7 @@ Public Class ClassControls
Return oControl
Catch ex As Exception
LOGGER.Info(" - Unvorhergesehener Unexpected error in AddVorschlag_ComboBox - Indexname: " & indexname & " - Fehler: " & vbNewLine & ex.Message)
LOGGER.Error(ex.Message)
LOGGER.Error(ex)
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unvorhergesehener Unexpected error in AddVorschlag_ComboBox:")
Return Nothing
End Try
@@ -295,7 +295,7 @@ Public Class ClassControls
End If
Catch ex As Exception
LOGGER.Info(" - Unvorhergesehener Unexpected error in Renew_ComboboxResults - Fehler: " & vbNewLine & ex.Message)
LOGGER.Error(ex.Message)
LOGGER.Error(ex)
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unvorhergesehener Unexpected error in Renew_ComboboxResults:")
End Try
End Sub