From c5411570e43eced89d766599c9d8731be46a5fb2 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 23 Feb 2024 11:49:04 +0100 Subject: [PATCH] Added dialog to change the password --- ENI2/ENI2.csproj | 7 ++ ENI2/EditControls/ChangePasswordDialog.xaml | 33 +++++++ .../EditControls/ChangePasswordDialog.xaml.cs | 90 +++++++++++++++++++ ENI2/MainWindow.xaml | 5 ++ ENI2/MainWindow.xaml.cs | 8 +- .../Properties/AssemblyProductInfo.cs | 2 +- 6 files changed, 143 insertions(+), 2 deletions(-) create mode 100644 ENI2/EditControls/ChangePasswordDialog.xaml create mode 100644 ENI2/EditControls/ChangePasswordDialog.xaml.cs diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index d86e6ce6..d1f7348e 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -236,6 +236,9 @@ ValueMappingsControl.xaml + + ChangePasswordDialog.xaml + CompareExcelDialog.xaml @@ -568,6 +571,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/ENI2/EditControls/ChangePasswordDialog.xaml b/ENI2/EditControls/ChangePasswordDialog.xaml new file mode 100644 index 00000000..318e3a4b --- /dev/null +++ b/ENI2/EditControls/ChangePasswordDialog.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + +