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