Example #1
0
 private void btnLista_Click(object sender, EventArgs e)
 {
     c.LISTA_SEGUNDO_BIS(dataGridView1);
 }
Example #2
0
        private void LIST_ALUMN_BIS_Load(object sender, EventArgs e)
        {
            Conexion_Registro c = new Conexion_Registro();

            c.LISTA_SEGUNDO_BIS(dataGridView1);
        }