Referenzen glattgezogen und MSI Paket neu konfiguriert

This commit is contained in:
Developer01
2026-05-04 14:35:33 +02:00
parent 45159b9ffc
commit bc75ea0d55
24 changed files with 528 additions and 222 deletions

View File

@@ -218,7 +218,7 @@ Public Class ClassWindowAPI
Return oControl
Catch ex As Exception
Logger.Error(ex)
_Logger.Error(ex)
Finally
AttachThreadInput(oThreadId, oMyThreadId, False)
End Try
@@ -226,7 +226,7 @@ Public Class ClassWindowAPI
Return Nothing
Catch ex As Exception
Logger.Error(ex)
_Logger.Error(ex)
Return Nothing
End Try