* „Linie 3: Added the necessary import for System.Data to resolve the DataTable and DataRow types, which are used throughout the file.“ in Datei „Database\Dispatcher.vb“

This commit is contained in:
Developer01
2025-12-29 13:42:57 +01:00
parent da954a3416
commit af9d63d17c

View File

@@ -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)