- Client Configuration on XML File

- Refactoring Projects in the solution
This commit is contained in:
CMS3762\carminatini
2017-12-05 14:26:27 +01:00
parent e63dc12dff
commit 1e56f6e6d3
46 changed files with 587 additions and 276 deletions
+1 -1
View File
@@ -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;