Exemple #1
0
 public double ChangePricePerCup()
 {
     recipe.pricePerCup = UserInterface.ChoosePricePerCup();
     return(recipe.pricePerCup);
 }