private void button_schedual_LecturerForDept_Click(object sender, EventArgs e) { this.Hide(); A_sched_lecturerDept_secretary schedlec = new A_sched_lecturerDept_secretary(); schedlec.ShowDialog(); }
private void A_sched_lecturerDept_secretary_Load(object sender, EventArgs e) { currentA_sched_lecturerDept_secretary = this; }