We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214df93 commit b7bb93cCopy full SHA for b7bb93c
LRReader.UWP/Views/Root.xaml
@@ -1,4 +1,4 @@
1
-<UserControl
+<Page
2
x:Class="LRReader.UWP.Views.Root"
3
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -11,4 +11,4 @@
11
mc:Ignorable="d">
12
13
<Frame x:Name="FrameContent" x:FieldModifier="public" IsNavigationStackEnabled="False" />
14
-</UserControl>
+</Page>
LRReader.UWP/Views/Root.xaml.cs
@@ -7,7 +7,7 @@
7
8
namespace LRReader.UWP.Views
9
{
10
- public sealed partial class Root : UserControl
+ public sealed partial class Root : Page
public Root()
0 commit comments