diff --git a/UITests/UITests.App/DefaultPage.xaml b/UITests/UITests.App/DefaultPage.xaml new file mode 100644 index 00000000000..9796cadd1a1 --- /dev/null +++ b/UITests/UITests.App/DefaultPage.xaml @@ -0,0 +1,13 @@ + + + + + + diff --git a/UITests/UITests.App/DefaultPage.xaml.cs b/UITests/UITests.App/DefaultPage.xaml.cs new file mode 100644 index 00000000000..c5fa57ae8f4 --- /dev/null +++ b/UITests/UITests.App/DefaultPage.xaml.cs @@ -0,0 +1,19 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using Windows.UI.Xaml.Controls; + +namespace UITests.App +{ + /// + /// An empty page that can be used on its own or navigated to within a Frame. + /// + public sealed partial class DefaultPage : Page + { + public DefaultPage() + { + this.InitializeComponent(); + } + } +} diff --git a/UITests/UITests.App/MainPage.xaml b/UITests/UITests.App/MainPage.xaml index d38db07e3e3..098a892077c 100644 --- a/UITests/UITests.App/MainPage.xaml +++ b/UITests/UITests.App/MainPage.xaml @@ -6,14 +6,11 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + Loaded="Page_Loaded" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> - - -