Fix NC comunication

Added UI connection tooltip
This commit is contained in:
Lucio Maranta
2017-12-21 13:39:36 +01:00
parent 5bd278fa69
commit 64ca48eb8d
8 changed files with 129 additions and 73 deletions
+5
View File
@@ -27,6 +27,11 @@ namespace Step.Core
public static void Start()
{
ThreadsFunctions.TryNcConnection();
}
public static void StartWorkers()
{
// For each function run in the list a thread
ThreadFunctionsList.ForEach(threadFunction =>