Пример #1
0
        public vistaReimprimoFacturas()
        {
            InitializeComponent();

            _rf_ctr  = new reimprimirFacturaController(this);
            _vef_ctr = new vistaEncabezadoFacturaController(this);
        }
 public facturaFPTarjetaView(VistaFacturas vf)
 {
     InitializeComponent();
     bordesRedondeadosForm();
     _vf      = vf;
     _vef_ctr = new vistaEncabezadoFacturaController(this);
 }
Пример #3
0
        public VistaFacturas(string nombreVendedor)
        {
            _vef_ctr = new vistaEncabezadoFacturaController(this);
            _pf_ctr  = new productosFacturaController(this);
            InitializeComponent();


            txtVendedor.Text = nombreVendedor.ToUpper();
        }