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