Exemplo n.º 1
0
        private void viewArrangment_Click(object sender, EventArgs e)
        {
            //this.Hide();
            Show_Schedualing_lecturer x = new Show_Schedualing_lecturer(lec);

            x.passValue = lec;
            x.ShowDialog();
        }
 private void Show_Schedualing_lecturer_Load(object sender, EventArgs e)
 {
     currentShow_Schedualing_lecturer = this;
 }