Beispiel #1
0
        public frmBuscaActReparacion()
        {
            InitializeComponent();


            this._catalogosNegocio    = new CatalogosNegocio();
            this._reparacionesNegocio = new ReparacionesNegocio();
        }
        public frmReimpresionBR()
        {
            InitializeComponent();
            this._catalogosNegocio    = new CatalogosNegocio();
            this._reparacionesNegocio = new ReparacionesNegocio();
            this._activosNegocio      = new ActivosNegocio();
            this._responsivasNegocio  = new ResponsivasNegocio();

            this.lbFecha.Location = new Point(8, 327);
            this.tbFecha.Location = new Point(77, 324);
        }