Example #1
0
        private void alumnosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Alumnos alumnos = new Alumnos();

            alumnos.ShowDialog();
            alumnos.Dispose();
        }