From 71cd77186c066a999af6f4b019e4895fe1110cfc Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Fri, 10 Jun 2022 10:23:47 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20changerMdp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WpfApp1/ChangerMotDePasse.xaml | 44 +++++++++++++++++++++++++ WpfApp1/ChangerMotDePasse.xaml.cs | 27 +++++++++++++++ WpfApp1/DescriptionAdd.xaml | 4 +-- WpfApp1/MainWindow.xaml.cs | 1 - WpfApp1/Persistance/ficReqs | 55 ++++++++++++++++++++++++++++++- WpfApp1/Persistance/ficUsers | 17 ++++++++-- 6 files changed, 142 insertions(+), 6 deletions(-) create mode 100644 WpfApp1/ChangerMotDePasse.xaml create mode 100644 WpfApp1/ChangerMotDePasse.xaml.cs diff --git a/WpfApp1/ChangerMotDePasse.xaml b/WpfApp1/ChangerMotDePasse.xaml new file mode 100644 index 0000000..e219229 --- /dev/null +++ b/WpfApp1/ChangerMotDePasse.xaml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WpfApp1/ChangerMotDePasse.xaml.cs b/WpfApp1/ChangerMotDePasse.xaml.cs new file mode 100644 index 0000000..637ed21 --- /dev/null +++ b/WpfApp1/ChangerMotDePasse.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace WpfApp1 +{ + /// + /// Logique d'interaction pour ChangerMotDePasse.xaml + /// + public partial class ChangerMotDePasse : Window + { + public ChangerMotDePasse() + { + InitializeComponent(); + } + } +} diff --git a/WpfApp1/DescriptionAdd.xaml b/WpfApp1/DescriptionAdd.xaml index 0a90b35..9157ca1 100644 --- a/WpfApp1/DescriptionAdd.xaml +++ b/WpfApp1/DescriptionAdd.xaml @@ -39,8 +39,8 @@ -