MS 1 GV AppServer

This commit is contained in:
2020-12-17 16:12:02 +01:00
parent 152ff43f43
commit b4e41e22f3
6 changed files with 68 additions and 22 deletions

View File

@@ -8,15 +8,17 @@ Module modCurrent
Public LogConfig As LogConfig
Public Logger As Logger
Public Database As MSSQLServer
Public DatabaseAppServ As MSSQLServer
Public Automation As ClassAutomation
Public ConfigManager As ConfigManager(Of ClassConfig)
Public MyConnectionString As String = ""
Public CONNECTION_STRING_APP_SERVER As String = ""
Public MyConStringAppserv As String = ""
Public HotkeyFunctionKey As String = ClassConstants.HOTKEY_CTRL
Public HotkeySearchKey As String = "d"
Public HotkeySearchKey_via_Server As Boolean = False
Public LogErrorsOnly As Boolean = True
Public CURRENT_WINDOW_NAME As String