Include Client in Env when calling frmMatch
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user