diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index e49f99d9..04a692c9 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 2 - 7.2.7.2 + 3 + 7.2.7.3 false true true diff --git a/ENI2/EditControls/ChangePasswordDialog.xaml b/ENI2/EditControls/ChangePasswordDialog.xaml index 318e3a4b..0fc9a191 100644 --- a/ENI2/EditControls/ChangePasswordDialog.xaml +++ b/ENI2/EditControls/ChangePasswordDialog.xaml @@ -3,9 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:enictrl="clr-namespace:ENI2.Controls" + xmlns:enictrl="clr-namespace:ENI2.Controls" + xmlns:p="clr-namespace:ENI2.Properties" mc:Ignorable="d" - Title="Change password" Height="215" Width="400" Loaded="EditWindowBase_Loaded" Background="AliceBlue"> + Title="Change password" Height="243" Width="400" Loaded="EditWindowBase_Loaded" Background="AliceBlue"> @@ -13,6 +14,7 @@ + @@ -20,14 +22,16 @@