Common: Rework of DocumentResultList WIP
This commit is contained in:
@@ -27,7 +27,7 @@ Public Class frmDataResultList
|
||||
|
||||
Private _ActiveGrid As GridControl = Nothing
|
||||
Private _ActiveGridBand As GridBand = Nothing
|
||||
Private _Helpers As DocumentResultList
|
||||
Private _Helpers As DocumentResultList.Helpers
|
||||
|
||||
Public Property ShouldReturnToPreviousForm As Boolean Implements IResultForm.ShouldReturnToPreviousForm
|
||||
|
||||
@@ -43,7 +43,7 @@ Public Class frmDataResultList
|
||||
_LogConfig = LogConfig
|
||||
_Logger = LogConfig.GetLogger()
|
||||
_Config = New ConfigManager(Of DataResultConfig)(LogConfig, oConfigPath, Application.StartupPath)
|
||||
_Helpers = New DocumentResultList(_LogConfig)
|
||||
_Helpers = New DocumentResultList.Helpers(_LogConfig)
|
||||
_Environment = Environment
|
||||
_Params = Params
|
||||
_ResultLists = Params.Results
|
||||
|
||||
Reference in New Issue
Block a user