Files
Modules/ZooFlow/Environment.vb
Developer01 1e6ad8221d * „Linie 8: Fully qualify the MSSQLServer type to ensure the compiler can resolve it, as the type is likely defined in the DigitalData.Modules.Database namespace.
Linie 9: Fully qualify the MSSQLServer type to ensure the compiler can resolve it, as the type is likely defined in the DigitalData.Modules.Database namespace.“ in Datei „ZooFlow\Environment.vb“
2025-12-29 14:58:01 +01:00

12 lines
508 B
VB.net

Imports DigitalData.Modules.Database
Imports DigitalData.Modules.Database.MSSQLServer
Public Class Environment
Public Property User As New State.UserState
Public Property Settings As New State.SettingsState
Public Property Service As New State.ServiceState
Public Property Database As DigitalData.Modules.Database.MSSQLServer
Public Property DatabaseIDB As DigitalData.Modules.Database.MSSQLServer
Public Property Modules As New Dictionary(Of String, State.ModuleState)
End Class