diff --git a/ZooFlow/Environment.vb b/ZooFlow/Environment.vb index 8997a406..ac69140c 100644 --- a/ZooFlow/Environment.vb +++ b/ZooFlow/Environment.vb @@ -5,7 +5,7 @@ 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 MSSQLServer - Public Property DatabaseIDB As MSSQLServer + 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