Monorepo/EDMDesigner/ModuleRuntimeVariables.vb
2018-08-14 16:54:23 +02:00

10 lines
237 B
VB.net

Module ModuleRuntimeVariables
Public LOGGERFilePath As String
Public DT_USER As DataTable
Public USER_USERNAME As String
Public USER_LANGUAGE As String = "de-DE"
Public CurrentUser As ClassCurrentUser
End Module