Пример #1
0
        private void patients_click(Object sender, EventArgs e)
        {
            this.Hide();

            Patients patient = new Patients();

            patient.Show();
        }
Пример #2
0
        private void exit_application(Object sender, FormClosedEventArgs e)
        {
            Patients patients = new Patients();

            patients.Show();
        }