* Added NC comunication
* Added NC handler class * Fixed threads * Added threads: AXES, ALARMS, GENERIC INFO + API * Refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user