Exemplo n.º 1
0
 public SensorInfo(string n)
 {
     this.lastValue = new TempModel{amb = 0, obj = 0};
     this.name = n;
 }