Esempio n. 1
0
 public void undo()
 {
     hottub.off();
     hottub.cool();
     hottub.bubblesOff();
 }
Esempio n. 2
0
 public virtual void execute()
 {
     hottub.cool();
     hottub.off();
 }