* „Linie 4: Removed the 'Imports DigitalData.Modules.Logging.Logger' directive because 'Logger' is not a namespace but a type. The correct import is just 'Imports DigitalData.Modules.Logging', which is already present. This resolves the BC30002 error for the undefined type 'Logger'.“ in Datei „Base\WindowsEx.vb“

This commit is contained in:
Developer01
2025-12-29 13:33:42 +01:00
parent 2d8801c179
commit bf7b200ee9

View File

@@ -1,7 +1,6 @@
Imports System.ComponentModel
Imports System.Runtime.InteropServices
Imports DigitalData.Modules.Logging
Imports DigitalData.Modules.Logging.Logger
Imports DigitalData.Modules.Logging.Config
Imports DigitalData.Modules.Base.NativeMethods