Änderungen ADDIn (Deaktivierung der Protokolierung aus Performance-Gründen)

This commit is contained in:
2024-05-16 09:38:23 +02:00
parent eb00a42493
commit 4fef52e00c
3 changed files with 33 additions and 28 deletions

View File

@@ -47,6 +47,8 @@ Public Class VERAGRibbon
Private Sub Button4_Click(sender As Object, e As RibbonControlEventArgs) Handles Button4.Click
Try
MsgBox("User: " & System.Security.Principal.WindowsIdentity.GetCurrent().Name & vbNewLine & "Version: " & Assembly.GetExecutingAssembly().GetName().Version.ToString & vbNewLine & "System: " & IIf(cAllgemein.TESTSYSTEM, "TEST", "PRODUKTIV"))
Catch ex As Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)