Ejemplo n.º 1
0
 public void AlterText(Drink drink)
 {
     CustomizeDrinkLabel.Text += drink.DrinkName();
 }