Ejemplo n.º 1
0
        private void Profiles1_Click(object sender, EventArgs e)
        {
            this.Hide();
            patients_form f3 = new patients_form();

            f3.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void click_patient(object sender, EventArgs e)
        {
            this.Hide();
            patients_form p1 = new patients_form();

            p1.ShowDialog();
            this.Close();
        }