Example #1
0
        private void Button_AddPatiend_Click(object sender, RoutedEventArgs e)
        {
            var w = new AddPatientWindow(mainWindowViewModel.Doctors, new Models.HospitalShedule.HospitalShedule(hospital));

            w.Show();
        }
 private void ExitClick(object sender, RoutedEventArgs e)
 {
     AddPatientWindow.Close();
 }