This commit is contained in:
2020-08-04 16:35:31 +02:00
parent 853d96140f
commit 41b13fe4b0
38 changed files with 603 additions and 256 deletions

View File

@@ -101,7 +101,7 @@ Public Class frmRoutineManager
setLabel(lblStatusEZOLL, "OK", "green")
' frmAtlasAufschub.lblStatusEZOLL.ForeColor = Color.Green
Catch ex As Exception
writeLog("ERROR", "Fehler EZollAufschub: " & ex.Message)
writeLog("ERROR", "Fehler EZollAufschub: " & ex.Message & ex.StackTrace)
setLabel(lblStatusEZOLL, "ERROR", "red")
' frmAtlasAufschub.lblStatusEZOLL.ForeColor = Color.Red
Finally