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

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

            Go.ShowDialog();
        }