示例#1
0
 public Form_Vendedores()
 {
     InitializeComponent();
     this.Visual();
     this.funtions        = new Funciones();
     this.negocioVendedor = new VendedorN();
 }
 public Form_VisualFactura(string buscar, string menu, Form_Vendedores formvend)
 {
     this.negocioVendedor = new VendedorN();
     this.InitializeComponent();
     this.busqueda        = buscar;
     this.menub           = menu;
     this.form_Vendedores = formvend;
     this.Visual();
 }
示例#3
0
 public Frm_Clientes()
 {
     this.negocioClientes   = new ClientesN();
     this.negociosUbicacion = new Ubicacionn();
     this.negocioCuenta     = new Cuentan();
     this.funtions          = new Funciones();
     this.negocioVendedor   = new VendedorN();
     this.InitializeComponent();
     this.CargarPaises();
     this.CargarClientes();
     this.AutoCompletar();
 }
示例#4
0
        public FormReportesVend()
        {
            this.negocioVendedor = new VendedorN();

            this.InitializeComponent();
        }