コード例 #1
0
        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();
        }
コード例 #2
0
 private void A_schedTA_toCourse_forDH_Load(object sender, EventArgs e)
 {
     currentA_schedTA_toCourse_forDH = this;
 }