Example #1
0
 public void AssignFrom(Sensor.Fan fan)
 {
     Value = fan.GetFixedRPM();
 }