Zooflow: quick fix
This commit is contained in:
parent
b2509dce65
commit
d13b3b7dc1
@ -26,7 +26,7 @@ Namespace DocumentResultList
|
||||
User = pUser
|
||||
|
||||
' Set up cache with capacity of 100 MB
|
||||
Cache = New Cache(104_900_000)
|
||||
Cache = New Cache(pLogConfig, 104_900_000)
|
||||
End Sub
|
||||
|
||||
Public Sub Invalidate(pDocument As Document)
|
||||
|
||||
@ -226,9 +226,6 @@ Public Class frmFlowForm
|
||||
AddHandler TimerRefreshData.Tick, AddressOf TimerRefreshData_Tick
|
||||
TimerRefreshData.Enabled = True
|
||||
|
||||
' === Register As Event Listener ===
|
||||
EventBus.Instance.Register(Me)
|
||||
|
||||
' === Setup Event Handlers ===
|
||||
AddHandler KeyDown, AddressOf frmFlowForm_KeyDown
|
||||
AddHandler KeyUp, AddressOf frmFlowForm_KeyDown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user