Create threads to update GUI
This commit is contained in:
@@ -108,6 +108,12 @@ namespace ProgramLib
|
||||
_threadList.Add(new PowerSupplyReadThread(ps.Name));
|
||||
_threadList.Last().Start();
|
||||
}
|
||||
|
||||
_threadList.Add(new PassthroughDataGuiUpdateThread());
|
||||
_threadList.Last().Start();
|
||||
|
||||
_threadList.Add(new PowerSupplyGuiUpdateThread());
|
||||
_threadList.Last().Start();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user