* „Linie 8: The type 'WMObject' is defined in the 'WINDREAMLib' namespace. The project is missing a general import for 'WINDREAMLib', which is required for 'WMObject' and other related types. Replacing the specific import with a general import for the namespace.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:36:06 +01:00
parent 169dba6b42
commit 9ac3f8a5c5

View File

@@ -5,7 +5,7 @@ Imports System.Data
Imports DigitalData.Modules.Base
Imports DigitalData.Modules.Logging
Imports WINDREAMLib.WMCOMEvent
Imports WINDREAMLib
Imports WINDREAMLib.WMEntity
Imports WINDREAMLib.WMObjectEditMode
Imports WMCNNCTDLLLib