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);