private void button2_Click(object sender, EventArgs e) { this.Hide(); //A_schedTA_toCourse_forDH sched = new A_schedTA_toCourse_forDH(); A_schedTA_toCourse_forDH sched = new A_schedTA_toCourse_forDH(this.dep); sched.passValue = dep; sched.Show(); }
private void A_schedTA_toCourse_forDH_Load(object sender, EventArgs e) { currentA_schedTA_toCourse_forDH = this; }