jj: Init Monorepo! :)

This commit is contained in:
Jonathan Jenne
2018-08-14 16:54:23 +02:00
parent 1a06d7ff67
commit f5f93b981f
47 changed files with 3061 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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