Пример #1
0
 public Entorno(Entorno anterior)
 {
     Tabla         = new Hashtable();
     this.Anterior = anterior;
 }