This commit is contained in:
2021-01-19 13:11:09 +01:00
parent f78f3f84b0
commit f6862cccc2
42 changed files with 3308 additions and 390 deletions

View File

@@ -4,4 +4,12 @@ Module modCurrent
Public _Client As Client
Public ADDITIONAL_TITLE As String
Public DT_CONNECTIONS As DataTable
Public EDMI_SERVICE_ACTIVE As Boolean = False
Public CURR_MISSING_PATTERN_NAME = "Email To"
Public CURR_MISSING_SEARCH_STRING = String.Empty
Public CURR_MISSING_MANUAL_VALUE = String.Empty
Public NI_TITLE As String = ""
Public NI_MESSAGE As String = ""
Public NI_TYPE As String = "INFO"
Public clsDataASorDB As ClassDataASorDB
End Module