Example #1
0
        private void button_schedual_LecturerForDept_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_sched_lecturerDept_secretary schedlec = new A_sched_lecturerDept_secretary();

            schedlec.ShowDialog();
        }
Example #2
0
 private void A_sched_lecturerDept_secretary_Load(object sender, EventArgs e)
 {
     currentA_sched_lecturerDept_secretary = this;
 }