private void btPop_Click(object sender, EventArgs e) { lbPilha.Text = "Elemento removido da pilha:"; tbPilha.Text = p.pop(); tbValor.Focus(); }