This commit is contained in:
2020-10-27 14:04:36 +01:00
parent 7051a71e01
commit d38efc1cbe
58 changed files with 4073 additions and 3737 deletions

View File

@@ -3,6 +3,7 @@
''' WindowGuid is used to save layout data
''' </summary>
Public WindowGuid As String
Public IsIDBResult As Boolean = False
Public Results As New List(Of DocumentResult)
End Class