call OpenDocumentResults async
This commit is contained in:
parent
e77cfdb98b
commit
d8128a1c90
@ -64,6 +64,9 @@ Public Class frmMatch
|
|||||||
_Params = Params
|
_Params = Params
|
||||||
_ProfileSearch = New ProfileSearches(_LogConfig, _Environment, _Params.ClipboardContents)
|
_ProfileSearch = New ProfileSearches(_LogConfig, _Environment, _Params.ClipboardContents)
|
||||||
|
|
||||||
|
_Logger.Debug("ClipboardContents: [{0}]", Params.ClipboardContents)
|
||||||
|
_Logger.Debug("OperationModeOverride: [{0}]", Params.OperationModeOverride.ToString)
|
||||||
|
|
||||||
_Language = Utils.NotNull(_Environment.User.Language, State.UserState.LANG_EN_US)
|
_Language = Utils.NotNull(_Environment.User.Language, State.UserState.LANG_EN_US)
|
||||||
Thread.CurrentThread.CurrentUICulture = New CultureInfo(_Language)
|
Thread.CurrentThread.CurrentUICulture = New CultureInfo(_Language)
|
||||||
End Sub
|
End Sub
|
||||||
@ -145,7 +148,7 @@ Public Class frmMatch
|
|||||||
'ONLY DOCS AND NÒ DATA
|
'ONLY DOCS AND NÒ DATA
|
||||||
Dim oSearches = Await oProfileSearch.LoadDocumentSearchesAsync(oProfile.Guid)
|
Dim oSearches = Await oProfileSearch.LoadDocumentSearchesAsync(oProfile.Guid)
|
||||||
_Logger.Debug($"Searches executed")
|
_Logger.Debug($"Searches executed")
|
||||||
OpenDocumentResults(oProfile, oSearches)
|
Await OpenDocumentResults(oProfile, oSearches)
|
||||||
_Logger.Debug($"OpenDocumentResults finished")
|
_Logger.Debug($"OpenDocumentResults finished")
|
||||||
Hide()
|
Hide()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user