Exemplo n.º 1
0
        private void button8_Click(object sender, EventArgs e)
        {
            clEstudianteD objPersona = new clEstudianteD();

            objPersona.Grado          = cbxCurso.Text;
            dgvEstudiantes.DataSource = objPersona.MtdRegistroModi();
        }