コード例 #1
0
        private void btnConcluidas_Click(object sender, EventArgs e)
        {
            VentaNegocio negocio = new VentaNegocio();

            try
            {
                local = negocio.ListarInformeAltas();
                dgvVentas.DataSource = local;
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
        }