Ejemplo n.º 1
0
        private void patients_click(Object sender, EventArgs e)
        {
            this.Hide();

            Patients patient = new Patients();

            patient.Show();
        }
Ejemplo n.º 2
0
        private void exit_application(Object sender, FormClosedEventArgs e)
        {
            Patients patients = new Patients();

            patients.Show();
        }