From af9d63d17c343e43f5c52a6a6bd298ec4bf7fe8b Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:42:57 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=203:=20Added=20the=20necessa?= =?UTF-8?q?ry=20import=20for=20System.Data=20to=20resolve=20the=20DataTabl?= =?UTF-8?q?e=20and=20DataRow=20types,=20which=20are=20used=20throughout=20?= =?UTF-8?q?the=20file.=E2=80=9C=20in=20Datei=20=E2=80=9EDatabase\Dispatche?= =?UTF-8?q?r.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Dispatcher.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Database/Dispatcher.vb b/Database/Dispatcher.vb index bf42a94f..69c2101a 100644 --- a/Database/Dispatcher.vb +++ b/Database/Dispatcher.vb @@ -1,5 +1,6 @@ Imports DigitalData.Modules.Logging Imports Oracle.ManagedDataAccess.Client +Imports System.Data Public Class Dispatcher Public ReadOnly Property Connections As New List(Of DispatcherConnection)