private void RegistrarPedido_Load(object sender, EventArgs e) { Conexion c = new Conexion(); c.llenarItemsClientes(cbNombreCliente); c.llenarItemsEjVentas(cbEjVentas); c.llenarItemsProductos(cbProducto); }
private void RevisarPedido_Load(object sender, EventArgs e) { Conexion c = new Conexion(); c.llenarItemsEjVentas(cbEjecutivo); }