コード例 #1
0
 // member variabless
 public void SetRecipe()
 {
     lemonsPerPitcher      = UserInterface.LemonRecipePrompt();
     sugarInCupsPerPitcher = UserInterface.SugarRecipePrompt();
     iceCubesPerCup        = UserInterface.IceCubeRecipePrompt();
     lemonadePrice         = UserInterface.LemonadePricePrompt();
 }