WIP: cleanup, work on doc result form

This commit is contained in:
Jonathan Jenne
2019-10-08 16:05:03 +02:00
parent 9a1b716e92
commit 7ddf409933
235 changed files with 807 additions and 497 deletions

View File

@@ -0,0 +1,8 @@
Imports DigitalData.Modules.Database
Public Class Environment
Public User As State.UserState
Public Settings As State.SettingsState
Public Database As MSSQLServer
Public Modules As Dictionary(Of String, State.ModuleState)
End Class