private void button_schedual_TA_forDEpt_Click(object sender, EventArgs e) { this.Hide(); A_sched_TA_Dept_secretary schedTA = new A_sched_TA_Dept_secretary(); schedTA.ShowDialog(); }
private void A_sched_TA_Dept_secretary_Load(object sender, EventArgs e) { cuurrentA_sched_TA_Dept_secretary = this; }