jj
This commit is contained in:
@@ -16,6 +16,7 @@ Public Class frmDocumentResultList
|
||||
Private _Logger As Logger
|
||||
Private _Config As ConfigManager(Of DocumentResultConfig)
|
||||
Private _Environment As Environment
|
||||
Private _Params As DocumentResultParams
|
||||
Private _ResultLists As List(Of DocumentResult)
|
||||
|
||||
Private _IsLoading As Boolean = True
|
||||
@@ -31,6 +32,7 @@ Public Class frmDocumentResultList
|
||||
_Logger = LogConfig.GetLogger()
|
||||
_Config = New ConfigManager(Of DocumentResultConfig)(LogConfig, oConfigPath)
|
||||
_Environment = Environment
|
||||
_Params = Params
|
||||
_ResultLists = Params.Results
|
||||
End Sub
|
||||
|
||||
@@ -42,6 +44,8 @@ Public Class frmDocumentResultList
|
||||
SplitContainerControl2.SplitterPosition = _Config.Config.SplitContainer2Distance
|
||||
SwitchDetailContainerHorizontal.Checked = _Config.Config.SplitContainer2Horizontal
|
||||
|
||||
DocumentViewer1.Init(_Params.ViewerLicense)
|
||||
|
||||
Dim oTotalResults = 0
|
||||
|
||||
For Each oList In _ResultLists
|
||||
|
||||
Reference in New Issue
Block a user