From 337ece3ebebb78ae634f9c2c8f15c80606c5f277 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 15:03:23 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=207:=20Removed=20the=20impor?= =?UTF-8?q?t=20for=20'WINDREAMLib'=20because=20the=20namespace=20does=20no?= =?UTF-8?q?t=20exist=20in=20the=20project=20dependencies.=20The=20type=20'?= =?UTF-8?q?WMObject'=20is=20not=20defined=20anywhere=20accessible.=20You?= =?UTF-8?q?=20need=20to=20add=20a=20reference=20to=20the=20library=20or=20?= =?UTF-8?q?NuGet=20package=20that=20provides=20'WINDREAMLib.WMObject'=20if?= =?UTF-8?q?=20it=20is=20required=20for=20the=20business=20logic.=20If=20th?= =?UTF-8?q?is=20is=20a=20COM=20library,=20ensure=20the=20interop=20assembl?= =?UTF-8?q?y=20is=20referenced=20in=20the=20project.=E2=80=9C=20in=20Datei?= =?UTF-8?q?=20=E2=80=9EPatterns\Patterns2.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Patterns/Patterns2.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/Patterns/Patterns2.vb b/Patterns/Patterns2.vb index 5c388a11..95132028 100644 --- a/Patterns/Patterns2.vb +++ b/Patterns/Patterns2.vb @@ -4,7 +4,6 @@ Imports System.Windows.Forms Imports DigitalData.Controls.LookupGrid Imports DigitalData.Modules.Logging Imports DigitalData.Modules.ZooFlow -Imports WINDREAMLib ''' ''' Defines common Functions for Checking for and replacing placeholders.