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

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

            f.ShowDialog(this);
        }