Wmi/Sensor.cs
changeset 227 97757a798918
parent 225 04dbd92d1116
     1.1 --- a/Wmi/Sensor.cs	Sat Oct 16 18:26:47 2010 +0000
     1.2 +++ b/Wmi/Sensor.cs	Sun Oct 17 08:21:33 2010 +0000
     1.3 @@ -37,9 +37,8 @@
     1.4  
     1.5  using System.Management.Instrumentation;
     1.6  using OpenHardwareMonitor.Hardware;
     1.7 -using OpenHardwareMonitor.Wmi;
     1.8  
     1.9 -namespace OpenHardwareMonitor.Wmi {
    1.10 +namespace OpenHardwareMonitor.WMI {
    1.11    [InstrumentationClass(InstrumentationType.Instance)]
    1.12    public class Sensor : IWmiObject {
    1.13      private ISensor sensor;