mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Added unit tests (all passing unfortunately)
UI improvements Write mode still doesn't work
This commit is contained in:
8
KeePass2PCL.Test.UWP/UnitTestApp.xaml
Normal file
8
KeePass2PCL.Test.UWP/UnitTestApp.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Application
|
||||
x:Class="KeePass2PCL.Test.UWP.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:KeePass2PCL.Test.UWP"
|
||||
RequestedTheme="Light">
|
||||
|
||||
</Application>
|
Reference in New Issue
Block a user