Exemple #1
0
 public void Quitar(Restricciones restriccion)
 {
     if (restricciones.Existeix(restriccion))
     {
         restricciones.Elimina(restriccion);
     }
     if (restriccion.Equals(Restricciones.Enumeration))
     {
         elementosEnumerados.Buida();
     }
 }