- Client Configuration on XML File
- Refactoring Projects in the solution
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Step.UI
|
||||
public ServerControlWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
HomePageUI = "http://localhost:" + serverConfig.ServerPort.ToString() + "index.html";
|
||||
HomePageUI = "http://localhost:" + ServerConfig.ServerPort.ToString() + "/index.html";
|
||||
}
|
||||
|
||||
private static ServerControlWindow ctrlwindow = null;
|
||||
|
||||
Reference in New Issue
Block a user