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