コード例 #1
0
 public void Undo()
 {
     _thermostat.On();
 }
コード例 #2
0
 public void Execute()
 {
     _thermostat.On();
 }