Example #1
0
        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();
        }
Example #2
0
 private void A_sched_TA_Dept_secretary_Load(object sender, EventArgs e)
 {
     cuurrentA_sched_TA_Dept_secretary = this;
 }