Beispiel #1
0
        private void LIST_ALUMN_BIS_Load(object sender, EventArgs e)
        {
            Conexion_Registro c = new Conexion_Registro();

            c.LISTA_SEGUNDO_BIS(dataGridView1);
        }