Monorepo/EDMI_ClientSuite/MyAppSettings.vb
Digital Data - Marlon Schreiber f22d7ce643 MS Integration Services und fileOps
2018-12-28 13:59:55 +01:00

9 lines
219 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