MainPage.xaml 583 B

12345678910111213141516
  1. <Page
  2. x:Class="Breda_Tour.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:Breda_Tour"
  6. xmlns:c="using:Breda_Tour.CustomControls"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. mc:Ignorable="d">
  10. <Grid Background="{StaticResource BredaToursSplashScreenBrush}">
  11. <Frame x:Name="rootFrame" Grid.Row="1">
  12. </Frame>
  13. </Grid>
  14. </Page>