Revert "erge"

This reverts commit 79276ad3eb.
This commit is contained in:
Lucio Maranta
2018-01-25 12:54:15 +01:00
parent 79276ad3eb
commit d1cc7d5b8c
28 changed files with 145 additions and 173 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace Step
string configuredUri = "http://*:" + ServerStartupConfig.ServerPort.ToString();
// Register listener to "close application" messages
MessageServices.Current.Subscribe(MVVM_STOP_SERVER, (a, b) =>
MessageServices.Current.Subscribe(SEND_STOP_SERVER, (a, b) =>
{
StopRequest.Set();
});