10 lines
321 B
VB.net

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