Monorepo/EDMI_ClientSuite/MyAppSettings.vb
Jonathan Jenne 94376068d6 jj
2019-01-23 17:22:13 +01:00

11 lines
241 B
VB.net

Imports DigitalData.Modules.Logging
Module MyAppSettings
Public APP_DB_VERSION As String
Public USER_LANGUAGE As String = "de-DE"
Public MyLogger As Logger
Public MyLogConfig As LogConfig
End Module