Example #1
0
 public void Execute()
 {
     light.OFFLight();
 }
Example #2
0
 public void Undo()
 {
     light.OFFLight();
 }