Added a desktop gadget implementation.

This commit is contained in:
Michael Möller
2010-09-06 19:53:13 +00:00
parent 0d091fe5f2
commit 39600d1cf3
24 changed files with 1327 additions and 61 deletions

View File

@@ -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(); }
}