Include Client in Env when calling frmMatch

This commit is contained in:
Jonathan Jenne 2022-11-08 10:49:45 +01:00
parent 33bb6168d1
commit 6af7c081fe
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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 = ""