AutoCatUwp/AutoCat/Pages/CheckPage.xaml
2021-01-24 18:21:04 +03:00

22 lines
737 B
XML

<Page
x:Class="AutoCat.Pages.CheckPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:AutoCat.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
mc:Ignorable="d"
d:Width="600"
d:Height="400"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<controls:MasterDetailsView />
<!--
<Grid>
<TextBlock Text="Check Page" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="20"/>
</Grid>
-->
</Page>