Zooflow: fix environment

This commit is contained in:
Jonathan Jenne 2022-10-17 10:39:56 +02:00
parent cd6402e726
commit 2a53d24a91

View File

@ -1,8 +1,8 @@
Imports DigitalData.Modules.Database
Public Class Environment
Public Property User As State.UserState
Public Property Settings As State.SettingsState
Public Property User As New State.UserState
Public Property Settings As New State.SettingsState
Public Property Service As State.ServiceState
Public Property Database As MSSQLServer
Public Property DatabaseIDB As MSSQLServer