Example #1
0
 public DatosEnteros()
 {
     arbol = new BibliotecaArbol.Arbol <int>();
 }
Example #2
0
 public Datos()
 {
     arbol = new BibliotecaArbol.Arbol <string>();
 }
Example #3
0
 public DatosPaises()
 {
     arbol = new BibliotecaArbol.Arbol <Pais>();
 }