Ejemplo n.º 1
0
 private void btnWait_Click(object sender, EventArgs e)
 {
     drink.nextState();
     lblLevel.Text = drink.getTemp();
 }