* „Linie 1: Added 'Imports System.Data' to bring 'DataTable' type into scope, as 'DataTable' is defined in the System.Data namespace.“ in Datei „Database\IDatabase.vb“

This commit is contained in:
Developer01
2025-12-29 13:42:34 +01:00
parent cfc6c9bdbe
commit 978551c1e2

View File

@@ -1,4 +1,5 @@
Imports System.Data.Common
Imports System.Data
Imports System.Data.SqlClient
Public Interface IDatabase