private void backbtn_Click(object sender, EventArgs e) { LABPATIENT lp = new LABPATIENT(); this.Hide(); lp.Show(); }
private void patientbtn_Click(object sender, EventArgs e) { LABPATIENT labp = new LABPATIENT(); this.Hide(); labp.Show(); }