示例#1
0
 public bool StartHeating(int temperature)
 {
     return(_IoMain.StartHeating(temperature));
 }