MyApplicationGlobix
This commit is contained in:
9
GUIs.ZooFlow/Globix/State.vb
Normal file
9
GUIs.ZooFlow/Globix/State.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Namespace Globix
|
||||
Public Class State
|
||||
Public Property DT_FUNCTION_REGEX As DataTable
|
||||
Public Property REGEX_CLEAN_FILENAME As String = "[?*^""<>|]"
|
||||
Public Property TEMP_FILES As List(Of String) = New List(Of String)
|
||||
Public Property CurrMessageID As String
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Reference in New Issue
Block a user