Пример #1
0
        public cargoProductosFactura(VistaFacturas vf)
        {
            _vistaf = vf;

            _pf_ctr = new productosFacturaController(this);

            InitializeComponent();
        }
Пример #2
0
        public VistaFacturas(string nombreVendedor)
        {
            _vef_ctr = new vistaEncabezadoFacturaController(this);
            _pf_ctr  = new productosFacturaController(this);
            InitializeComponent();


            txtVendedor.Text = nombreVendedor.ToUpper();
        }