public WindowPatientNotifications() { InitializeComponent(); instance = this; //List<Notification> notifications = m.GetExaminations(l.EnteredUsername); List <Notification> notifications = ntf.GetNotifications(mw.EnteredUsername); //List<Examination> examinations = m.Examinations; lvUsers.ItemsSource = notifications; //Logic.PatientNotifications p = new Logic.PatientNotifications(); }
private void Notifications_Click(object sender, RoutedEventArgs e) { Windows.Patient1.WindowPatientNotifications window = new Windows.Patient1.WindowPatientNotifications(); window.Show(); }