Fixed Issue 69.

This commit is contained in:
Michael Möller
2010-06-06 11:07:57 +00:00
parent c641a6a2fc
commit dd67a0aa5c
12 changed files with 27 additions and 114 deletions

View File

@@ -72,8 +72,7 @@ namespace OpenHardwareMonitor.Hardware {
float? Value { get; }
float? Min { get; }
float? Max { get; }
float? Limit { get; set; }
float? Max { get; }
IEnumerable<ISensorEntry> Plot { get; }
}