Exemplo n.º 1
0
        private void button_lecturer_query_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_QueryLecturer_secretary x = new A_QueryLecturer_secretary();

            x.Show();
        }
 private void A_QueryLecturer_secretary_Load(object sender, EventArgs e)
 {
     currA_QueryLecturer_secretary = this;
 }