mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 08:27:58 +08:00
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
|
<xaml:XamlApplication
|
||
|
x:Class="settingsui.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:xaml="using:Microsoft.Toolkit.Win32.UI.XamlHost"
|
||
|
xmlns:local="using:settingsui">
|
||
|
</xaml:XamlApplication>
|