예제 #1
0
 public void Brew()
 {
     _heater.On();
     _pump.Pump();
     Console.WriteLine(" [_]P coffee! [_]P ");
     _heater.Off();
 }