PowerToys/Wox.UAC/App.xaml

9 lines
310 B
Plaintext
Raw Normal View History

<Application x:Class="Wox.UAC.App"
2014-01-12 09:28:11 +01:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>