complete login function and login window also add attached properties and helper classes for securestring

This commit is contained in:
Rene Schwarz
2021-04-03 23:52:00 +02:00
parent 077f622115
commit a42f756d78
32 changed files with 377 additions and 37 deletions

View File

@@ -12,11 +12,6 @@
<None Remove="Assets\Images\userpasswd.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="AttachedProperty\" />
<Folder Include="Views\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
@@ -27,4 +22,8 @@
<Resource Include="Assets\Images\userpasswd.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\" />
</ItemGroup>
</Project>