use AlertControl for search popup, show clipboard contents in popup,
This commit is contained in:
@@ -11,6 +11,8 @@ Module modCurrent
|
||||
Public DatabaseAppServ As MSSQLServer
|
||||
Public Automation As ClassAutomation
|
||||
|
||||
Public Const LANGUAGE_GERMAN As String = "de-DE"
|
||||
|
||||
|
||||
Public ConfigManager As ConfigManager(Of ClassConfig)
|
||||
|
||||
@@ -31,7 +33,7 @@ Module modCurrent
|
||||
Public USER_SURNAME
|
||||
Public USER_SHORTNAME
|
||||
Public USER_EMAIL
|
||||
Public USER_LANGUAGE As String = "de-DE"
|
||||
Public USER_LANGUAGE As String = LANGUAGE_GERMAN
|
||||
Public USER_DATE_FORMAT As String
|
||||
Public USER_EXISTS = False
|
||||
Public USER_IN_MODULE = False
|
||||
|
||||
Reference in New Issue
Block a user