예제 #1
0
 private void btnContarNodos_Click(object sender, EventArgs e)
 {
     MessageBox.Show("La cantidad de nodos es: " + ServicioArbolBinario.cantidad());
 }