Example #1
0
 public override void HandleRequest()
 {
     Console.WriteLine("Turning fan on to low.");
     fan.SetState(fan.GetFanLowState());
 }