Exemplo n.º 1
0
        private void backbtn_Click(object sender, EventArgs e)
        {
            LABPATIENT lp = new LABPATIENT();

            this.Hide();
            lp.Show();
        }
Exemplo n.º 2
0
        private void patientbtn_Click(object sender, EventArgs e)
        {
            LABPATIENT labp = new LABPATIENT();

            this.Hide();
            labp.Show();
        }