コード例 #1
0
 public Gestion()
 {
     _gestionFiltro = new Filtro.Gestion();
 }
コード例 #2
0
 public void setControlador(Gestion ctr)
 {
     _controlador = ctr;
 }