Common/DocumentResultList: Refactor file loading, add zooflow file loading
This commit is contained in:
@@ -4,9 +4,9 @@ Imports DevExpress.XtraGrid.Views.Base
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class DocumentResultList
|
||||
Private Logger As Logger
|
||||
Private ReadOnly Logger As Logger
|
||||
|
||||
Public ActiveRowHandle As Integer = Constants.NO_ROW_HANDLE
|
||||
Public Property ActiveRowHandle As Integer = Constants.NO_ROW_HANDLE
|
||||
|
||||
Public Sub New(LogConfig As LogConfig)
|
||||
Logger = LogConfig.GetLogger()
|
||||
|
||||
Reference in New Issue
Block a user