mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 22:35:11 +00:00
Added a desktop gadget implementation.
This commit is contained in:
@@ -48,6 +48,10 @@ namespace OpenHardwareMonitor.Hardware {
|
||||
get { return new IHardware[0]; }
|
||||
}
|
||||
|
||||
public virtual IHardware Parent {
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public ISensor[] Sensors {
|
||||
get { return active.ToArray(); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user