mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
|
<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>
|