Beispiel #1
0
 public void orderUp()
 {
     cook.waffleType    = order;
     cook.chocoList     = this.chocoList;
     cook.fruitList     = this.fruitList;
     cook.condimentList = this.condimentList;
     cook.getOrder("Waffle");
 }
Beispiel #2
0
 public void orderUp()
 {
     cook.beverageType = order;
     cook.getOrder("Beverage");
 }