示例#1
0
 public void handleRequest()
 {
     Console.WriteLine("Turning fan on to low.");
     fan.setState(fan.getFanLowState());
 }