Ejemplo n.º 1
0
 private void btMaior_Click(object sender, EventArgs e)
 {
     lbPilha.Text = "maior elemento da pilha:";
     tbPilha.Text = p.Maior();
 }
Ejemplo n.º 2
0
 private void btMaior_Click(object sender, EventArgs e)
 {
     tbPilha.Text = Convert.ToString(p.Maior());
 }