Modules/Common/ResultListParams.vb
2019-09-30 14:16:37 +02:00

13 lines
309 B
VB.net

Public Class ResultListParams
''' <summary>
''' WindowGuid is used to save layout data
''' </summary>
Public WindowGuid As String
Public Results As New List(Of DocumentResult)
End Class
Public Class DocumentResult
Public Title As String
Public Datatable As DataTable
End Class