示例#1
0
        private void EstudianteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EstudianteForm estudiante = new EstudianteForm();

            estudiante.StartPosition = FormStartPosition.CenterScreen;
            estudiante.Show();
        }
示例#2
0
        private void EstudianteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EstudianteForm ef = new EstudianteForm();

            ef.Show();
        }