ZooFlow: Admin

This commit is contained in:
Jonathan Jenne
2021-02-19 16:13:03 +01:00
parent 07d3db4741
commit d63d90f0d2
21 changed files with 594 additions and 412 deletions

View File

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