ZooFlow: Admin
This commit is contained in:
@@ -166,7 +166,7 @@ Public Class ClassInit
|
||||
Try
|
||||
MyApplication.Service.Address = My.SystemConfig.AppServerConfig
|
||||
|
||||
Dim oSplit() As String = MyApplication.Service.Address.Split(":")
|
||||
Dim oSplit() As String = MyApplication.Service.Address.Split(":"c)
|
||||
Dim oAppServerAddress As String = oSplit(0)
|
||||
Dim oAppServerPort As Integer = 9000
|
||||
If oSplit.Length = 2 Then
|
||||
|
||||
Reference in New Issue
Block a user