update to devexpress 15.2.16, add logger, add config

This commit is contained in:
Jonathan Jenne
2019-07-04 10:40:48 +02:00
parent 18b8cd5c23
commit 40460d7af9
17 changed files with 455 additions and 102 deletions

View File

@@ -1,4 +1,11 @@
Module modCurrent
Imports DigitalData.Modules.Config
Imports DigitalData.Modules.Logging
Module modCurrent
Public LogConfig As LogConfig
Public Logger As Logger
Public ConfigManager As ConfigManager(Of ClassConfig)
Public MyConnectionString As String = ""
Public HotkeyFunctionKey As String = "strg"
@@ -47,7 +54,6 @@
Public PROC_PID As String
Public PROC_Name As String
Public PROC_WindowTitle As String
Public LOGGER_FILEPATH As String
Public CLIENT_SELECTED As Integer = 0
End Module