move test guis to GUIs.Test folders

This commit is contained in:
Jonathan Jenne
2019-04-15 14:35:02 +02:00
parent ddec69bc05
commit 7285c56c93
102 changed files with 6 additions and 6 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