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(); }
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(); }
public FormReportesVend() { this.negocioVendedor = new VendedorN(); this.InitializeComponent(); }