private void button2_Click(object sender, EventArgs e) { this.Hide(); Staffinformaton ss = new Staffinformaton(); ss.Show(); }
private void button6_Click(object sender, EventArgs e) { this.Hide(); Patient.Staffinformaton ii = new Patient.Staffinformaton(); ii.Show(); }