private void ModifyStudentBtn_Click(object sender, EventArgs e)
        {
            EditStudentInfoSec Go = new EditStudentInfoSec();

            Go.ShowDialog();
        }
Esempio n. 2
0
        private void ManageProfiles_Click(object sender, EventArgs e)
        {
            EditStudentInfoSec Go = new EditStudentInfoSec();

            Go.ShowDialog();
        }