Files
PowerToys/src/settings-ui/Settings.UI/MainWindow.xaml
2023-03-17 23:25:14 +01:00

15 lines
510 B
XML

<Window
x:Class="Microsoft.PowerToys.Settings.UI.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Closed="Window_Closed"
mc:Ignorable="d">
<Grid>
<local:ShellPage />
</Grid>
</Window>