Include Client in Env when calling frmMatch
This commit is contained in:
parent
33bb6168d1
commit
6af7c081fe
@ -365,7 +365,8 @@ Public Class frmMain
|
||||
Dim oService As New State.ServiceState() With {
|
||||
.Address = ConfigManager.Config.AppServerConfig,
|
||||
.IsActive = ConfigManager.Config.IsIDB,
|
||||
.IsOnline = False
|
||||
.IsOnline = False,
|
||||
.Client = _Client
|
||||
}
|
||||
|
||||
Dim oSettings As New State.SettingsState() With {
|
||||
|
||||
@ -82,7 +82,7 @@ Module modCurrent
|
||||
Public CurrSearchOpen As Boolean = False
|
||||
|
||||
Public CurrMatchTreeView As New TreeView
|
||||
Public _Client As Client
|
||||
Public Property _Client As Client
|
||||
Public Property DatabaseFallback As DatabaseWithFallback
|
||||
Public APPSERVER_ACTIVE As Boolean = False
|
||||
Public WORKING_MODE As String = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user