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

            w.Show();
        }
Ejemplo n.º 2
0
 private void ExitClick(object sender, RoutedEventArgs e)
 {
     AddPatientWindow.Close();
 }