示例#1
0
 public void handleRequest()
 {
     Console.WriteLine("Turning fan off...");
     fan.setState(fan.getFanOffState());
 }