Common: Rework of DocumentResultList WIP

This commit is contained in:
Jonathan Jenne
2022-01-18 13:27:20 +01:00
parent febd89a3c0
commit f5ec035772
24 changed files with 486 additions and 477 deletions

View File

@@ -230,8 +230,8 @@ Public Class frmFlowSearch
Dim oWindowGuid = $"FLOWSEARCH-{My.User.Name}"
Dim oParams = New DocumentResultParams() With {
.WindowGuid = oWindowGuid,
.Results = New List(Of DocumentResult) From {
New DocumentResult() With {
.Results = New List(Of DocumentResultList) From {
New DocumentResultList() With {
.Title = "FlowSearchResult",
.Datatable = pDTRESULT
}

View File

@@ -953,8 +953,8 @@ Public Class frmSearchStart
Dim oWindowGuid = $"{SEARCH_ID.ToString}-{My.User.Name}"
Dim oParams = New DocumentResultParams() With {
.WindowGuid = oWindowGuid,
.Results = New List(Of DocumentResult) From {
New DocumentResult() With {
.Results = New List(Of DocumentResultList) From {
New DocumentResultList() With {
.Title = SelectedTab.Text,
.Datatable = oDTSearchResult
}