From 9c368f4c44ab45d1a9b53180e41d1cc79e4202f3 Mon Sep 17 00:00:00 2001 From: Valentin VERDIER Date: Sat, 5 Dec 2020 02:12:23 +0100 Subject: [PATCH] Correction du menu --- MainWindow.xaml | 3 +-- MainWindow.xaml.cs | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index 31cd8b7..69185dc 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -20,8 +20,7 @@ - - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index c4a82ff..592f704 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -160,6 +160,10 @@ namespace Hermes { } } + private void Quitter_Click(object sender, RoutedEventArgs e) { + Close(); + } + private void Reinitialiser_Click(object sender, RoutedEventArgs e) { if(isEnabledFilter) { citoyenCollectionViewSource.Filter -= new FilterEventHandler(CitoyenFilter);