예제 #1
0
        private void RegistrarPedido_Load(object sender, EventArgs e)
        {
            Conexion c = new Conexion();

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

            c.llenarItemsEjVentas(cbEjecutivo);
        }