Example #1
0
 public GuardarPartidos()
 {
     arbol = new LibreriaArbol.ArbolAVL <Partido>();
 }
Example #2
0
 public GuardarInt()
 {
     arbol = new LibreriaArbol.ArbolAVL <int>();
 }