public facturaFPTarjetaView(VistaFacturas vf)
 {
     InitializeComponent();
     bordesRedondeadosForm();
     _vf      = vf;
     _vef_ctr = new vistaEncabezadoFacturaController(this);
 }
        public facturaCCFPView(VistaFacturas vf)
        {
            InitializeComponent();

            _vf = vf;

            _vfcc = new vistaFacturaCuotasCC_Controller(this);
        }
示例#3
0
        public cargoProductosFactura(VistaFacturas vf)
        {
            _vistaf = vf;

            _pf_ctr = new productosFacturaController(this);

            InitializeComponent();
        }
示例#4
0
        public cargoClientesFactura(VistaFacturas vf)
        {
            InitializeComponent();


            vistaf = vf;

            _vtc_ctr = new clientesFacturaController(this);


            bordesRedondeadosForm();
        }