summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.UWP/MainPage.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.UWP/MainPage.xaml.cs')
-rw-r--r--PagesGallery/PagesGallery.UWP/MainPage.xaml.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.UWP/MainPage.xaml.cs b/PagesGallery/PagesGallery.UWP/MainPage.xaml.cs
new file mode 100644
index 00000000..ec4546ff
--- /dev/null
+++ b/PagesGallery/PagesGallery.UWP/MainPage.xaml.cs
@@ -0,0 +1,12 @@
+namespace PagesGallery.UWP
+{
+ public sealed partial class MainPage
+ {
+ public MainPage()
+ {
+ InitializeComponent();
+
+ LoadApplication(new PagesGallery.App());
+ }
+ }
+} \ No newline at end of file