MS Globix1

This commit is contained in:
2020-11-16 13:20:22 +01:00
parent 3e84c7bdcb
commit 79872f048d
9 changed files with 474 additions and 24 deletions

View File

@@ -46,6 +46,11 @@ Namespace My
Public Property ModulesActive As New List(Of String)
Public Property ClipboardWatcher As New ClipboardWatcher.State
Public Property IDB_ConnectionString As String
Public Property CurrMessageID As String
Public Property GI_DT_FUNCTION_REGEX As DataTable
Public Property GI_REGEX_CLEAN_FILENAME As String = "[?*^""<>|]"
Public Property TEMP_FILES As List(Of String) = New List(Of String)
End Class
End Namespace