Ejemplo n.º 1
0
 private void Iniciza()
 {
     cierreInventarioController  = new CierreInventarioController();
     cierreInventariopController = new CierreInventariopController();
     informeController           = new InformeController();
     cierreInventario            = null;
     cierreInventariop           = null;
     CargaMalla();
 }
 private void Inicializa()
 {
     informe                        = null;
     informeController              = new InformeController();
     informeConfiguracion           = null;
     informeConfiguracionController = new InformeConfiguracionController();
     informes                       = informeController.SelectAll();
     informeConfiguraciones         = informeConfiguracionController.SelectAll();
 }
Ejemplo n.º 3
0
        private void Inicializa()
        {
            informeController          = new InformeController();
            informeCategoriaController = new InformeCategoriaController();
            informeParametroController = new InformeParametroController();

            informe          = null;
            informeCategoria = null;
            informeParametro = null;

            parametros = new List <InformeParametro>();
            categorias = new List <InformeCategoria>();
            informes   = new List <Informe>();

            nodo = string.Empty;

            designer = new StiDesigner();
            StiDesigner.SavingReport   += new StiSavingObjectEventHandler(OnSaveReport);
            StiDesigner.LoadingReport  += new StiLoadingObjectEventHandler(OnLoading);
            StiDesigner.CreatingReport += new StiCreatingObjectEventHandler(OnCreating);
            stiReport = null;
        }
Ejemplo n.º 4
0
 public FrmBuscadorInformes()
 {
     InitializeComponent();
     Informe           = null;
     informeController = new InformeController();
 }