Fix NC comunication
Added UI connection tooltip
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user