public void setControlador(Gestion ctr)
 {
     _controlador = ctr;
 }
Exemple #2
0
 public Gestion()
 {
     _gestionFiltro = new Filtro.Gestion();
 }