private void btPop_Click(object sender, EventArgs e) { int Value = Convert.ToInt32(tbValor.Text); p.popNumber(Value); tbValor.Text = null; }