Sendungsdetails

This commit is contained in:
2024-10-22 15:32:53 +02:00
parent 30f8d062e1
commit e1d61b8342
3 changed files with 3 additions and 9 deletions

View File

@@ -1527,7 +1527,7 @@ Public Class usrcntlAktDetails
' ArrowDown_ShowHide() 'Anzeigeproblem, wenn Aviso minimiert wird! --> Jetzt bei Timer!
Catch ex As Exception
MsgBox(ex.Message & ex.StackTrace)
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
End Try
End Sub
@@ -1547,7 +1547,7 @@ Public Class usrcntlAktDetails
End If
Next
Catch ex As Exception
MsgBox("ERR")
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
End Try
End Select
End Sub