private void button_schedualing_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_schedForSecretary schad = new A_schedForSecretary();

            schad.ShowDialog();
        }
Exemplo n.º 2
0
 private void A_schedForSecretary_Load(object sender, EventArgs e)
 {
     currentA_schedForSecretary = this;
 }