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.IDatabase Public Property DatabaseIDB As DigitalData.Modules.Database.IDatabase Public Property Modules As New Dictionary(Of String, State.ModuleState) End Class