示例#1
0
 public void Pump()
 {
     if (_heater.IsHot())
     {
         Console.WriteLine("=> => pumping => =>");
     }
 }