MS Merge branches
This commit is contained in:
@@ -9,7 +9,7 @@ Namespace DocumentResultList
|
||||
Inherits BaseClass
|
||||
|
||||
Private WithEvents FileOpenTimer As New Timer
|
||||
Private FileEx As Modules.Filesystem.File
|
||||
Private FileEx As DigitalData.Modules.Filesystem.File
|
||||
Private EnableWatching As Boolean = True
|
||||
|
||||
' TODO: Hashes for checking if the opened file was modified externally
|
||||
@@ -52,7 +52,7 @@ Namespace DocumentResultList
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pEnableWatching As Boolean)
|
||||
MyBase.New(pLogConfig)
|
||||
FileEx = New Modules.Filesystem.File(pLogConfig)
|
||||
FileEx = New DigitalData.Modules.Filesystem.File(pLogConfig)
|
||||
EnableWatching = pEnableWatching
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user