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