Esempio n. 1
0
        private void RegistrarPedido_Load(object sender, EventArgs e)
        {
            Conexion c = new Conexion();

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

            c.llenarItemsEjVentas(cbEjecutivo);
        }