示例#1
0
        private void exit_application(Object sender, FormClosedEventArgs e)
        {
            Patients patients = new Patients();

            patients.Show();
        }