Common: Notification Start up fix
This commit is contained in:
parent
0e3a621517
commit
66003aee94
@ -178,7 +178,7 @@ Public Class frmNotification_Startup
|
||||
Private Function GetOperationMode() As OperationMode
|
||||
Dim oOperationMode As OperationMode
|
||||
|
||||
If Environment.Service.Client.IsOnline AndAlso Environment.Service.Address <> String.Empty Then
|
||||
If Environment.Service.Client?.IsOnline AndAlso Environment.Service.Address <> String.Empty Then
|
||||
oOperationMode = OperationMode.WithAppServer
|
||||
Else
|
||||
oOperationMode = OperationMode.NoAppServer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user