Esempio n. 1
0
        private void btnventaspelicula_Click(object sender, EventArgs e)
        {
            CapaNegocio.Reportes Reportes   = new CapaNegocio.Reportes();
            DataTable            dtReportes = new DataTable();

            dtReportes             = Reportes.CargarVentasPeliculas(Int32.Parse(txtidpelicula.Text));
            dtgReportes.DataSource = dtReportes;
        }