MS
This commit is contained in:
@@ -19,11 +19,13 @@ Public Class frmServiceConfig
|
||||
txtServiceAddress.Text = oAddress.Item1
|
||||
txtServicePort.Text = oAddress.Item2
|
||||
End If
|
||||
|
||||
If My.Application.Service.Client.IsOnline Then
|
||||
txtStatus.Text = STATUS_CONNECTED
|
||||
If Not IsNothing(My.Application.Service.Client) Then
|
||||
If My.Application.Service.Client.IsOnline Then
|
||||
txtStatus.Text = STATUS_CONNECTED
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
txtServiceAddress.Focus()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user