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