mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
9 lines
266 B
XML
9 lines
266 B
XML
<Application
|
|
x:Class="RootAccessTestUWP.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:RootAccessTestUWP"
|
|
RequestedTheme="Dark">
|
|
|
|
</Application>
|