private void button2_Click(object sender, EventArgs e)
        {
            Datos_Alumnos CA = new Datos_Alumnos("a");

            this.Hide();
            CA.ShowDialog();
            this.Show();
        }
Exemple #2
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            Datos_Alumnos da = new Datos_Alumnos("c");

            this.Hide();
            da.ShowDialog();
            this.Show();
        }