Ejemplo n.º 1
0
        private void viewArrangment_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_Show_Schedualing_TA x = new A_Show_Schedualing_TA(ta);

            x.passValue = ta;
            x.Show();
        }
Ejemplo n.º 2
0
 private void A_Show_Schedualing_TA_Load(object sender, EventArgs e)
 {
     currA_Show_Schedualing_TA = this;
 }