Added sub-hardware support and basic enumeration for mainboards.

This commit is contained in:
Michael Möller
2010-02-27 20:08:13 +00:00
parent f208712a0d
commit 2dcac6acac
12 changed files with 369 additions and 59 deletions

View File

@@ -54,6 +54,8 @@ namespace OpenHardwareMonitor.Hardware {
void Update();
IHardware[] SubHardware { get; }
ISensor[] Sensors { get; }
event SensorEventHandler SensorAdded;