private void studentsemails_btn(object sender, EventArgs e)
        {
            this.Hide();
            TutorStudent_sEmailAddressByCourse seat = new TutorStudent_sEmailAddressByCourse(c, t);

            seat.ShowDialog(this);
        }
Example #2
0
        private void CourseSerch_Click(object sender, EventArgs e)
        {
            this.Hide();
            TutorStudent_sEmailAddressByCourse f = new TutorStudent_sEmailAddressByCourse(c, t);

            f.ShowDialog(this);
        }