mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
|
|
<Page
|
||
|
|
x:Class="Microsoft.PowerToys.Settings.UI.Flyout.ShellPage"
|
||
|
|
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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||
|
|
Loaded="Page_Loaded"
|
||
|
|
mc:Ignorable="d">
|
||
|
|
|
||
|
|
<Grid>
|
||
|
|
<Frame x:Name="ContentFrame" />
|
||
|
|
</Grid>
|
||
|
|
</Page>
|