From 366cdfdb0f84fe603e4eaa91fd47fc67eeca164a Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Wed, 1 May 2019 22:36:31 +0100 Subject: [PATCH] add a notifications page to control catalog --- samples/ControlCatalog/MainView.xaml | 2 ++ .../Pages/NotificationsPage.xaml | 9 +++++++++ .../Pages/NotificationsPage.xaml.cs | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 samples/ControlCatalog/Pages/NotificationsPage.xaml create mode 100644 samples/ControlCatalog/Pages/NotificationsPage.xaml.cs diff --git a/samples/ControlCatalog/MainView.xaml b/samples/ControlCatalog/MainView.xaml index b79db9f053..ce79a4bddd 100644 --- a/samples/ControlCatalog/MainView.xaml +++ b/samples/ControlCatalog/MainView.xaml @@ -29,6 +29,8 @@ + + diff --git a/samples/ControlCatalog/Pages/NotificationsPage.xaml b/samples/ControlCatalog/Pages/NotificationsPage.xaml new file mode 100644 index 0000000000..3f68878337 --- /dev/null +++ b/samples/ControlCatalog/Pages/NotificationsPage.xaml @@ -0,0 +1,9 @@ + + +