Fixed Issue 82.

This commit is contained in:
Michael Möller
2010-07-04 12:49:16 +00:00
parent a72af71590
commit c7ef3b8ecf
7 changed files with 107 additions and 13 deletions

View File

@@ -72,7 +72,10 @@ namespace OpenHardwareMonitor.Hardware {
float? Value { get; }
float? Min { get; }
float? Max { get; }
float? Max { get; }
void ResetMin();
void ResetMax();
IEnumerable<ISensorEntry> Plot { get; }
}