* Added NC comunication

* Added NC handler class
* Fixed threads
* Added threads: AXES, ALARMS, GENERIC INFO + API
* Refactoring
This commit is contained in:
Lucio Maranta
2017-12-20 17:17:02 +01:00
parent 62ffc23f08
commit 5bd278fa69
24 changed files with 498 additions and 155 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ namespace Step.UI
private void StopServerButton_Click(object sender, EventArgs e)
{
// Send message to listeners and close server
MessageServices.Current.Publish("StopServer");
MessageServices.Current.Publish(STOP_SERVER);
}
private void NotifyIcon_Click(object sender, EventArgs e)