Fix last commit
This commit is contained in:
@@ -34,6 +34,8 @@ namespace Step.Core
|
||||
public static void Start()
|
||||
{
|
||||
ThreadsFunctions.RestoreConnection();
|
||||
|
||||
//Start THread Network monitor
|
||||
Action Monitor = new Action(ThreadsFunctions.MonitorPanelPCResources);
|
||||
Thread t = new Thread(() => Monitor());
|
||||
t.Start();
|
||||
|
||||
Reference in New Issue
Block a user