Ejemplo n.º 1
0
 public M4UserInterface(CoffeeMakerAPI api)
 {
     this.api = api;
 }
 public M4ContainmentVessel(CoffeeMakerAPI api)
 {
     this.api      = api;
     lastPotStatus = WarmerPlateStatus.POT_EMPTY;
 }
Ejemplo n.º 3
0
 public M4HotWaterSource(CoffeeMakerAPI api)
 {
     this.api = api;
 }