private void button_filter_students_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_FilterStudentsPreCourseSecretary f = new A_FilterStudentsPreCourseSecretary();

            f.ShowDialog();
        }
예제 #2
0
 private void A_FilterStudentsPreCourseSecretary_Load(object sender, EventArgs e)
 {
     currentA_FilterStudentsPreCourseSecretary = this;
 }