Ejemplo n.º 1
0
 public CeilingFanOffCommand(CeilingFan fan)
 {
     this.fan  = fan;
     prevSpeed = this.fan.GetSpeed();
 }