MS Globix3

This commit is contained in:
2020-11-24 15:08:05 +01:00
parent 3de2f13133
commit 4064c5cd60
13 changed files with 3235 additions and 119 deletions

View File

@@ -26,6 +26,7 @@ Namespace My
End Property
Property DTAttributes As DataTable
Property IDB_DT_DOC_DATA As DataTable
Property LogConfig As LogConfig
Property MainForm As frmAdministrationZooFlow
Property SearchForm As frmSearchStart
@@ -52,6 +53,11 @@ Namespace My
Public CommandLineFunction As String
Public CommandLineArguments As New Dictionary(Of String, String)
Public Property IDB_DT_DOC_DATA As DataTable
Public Property BASE_DATA_DT_REGEX As DataTable
End Class
End Namespace