summaryrefslogtreecommitdiffstats
path: root/Tests/VSXaml/MainPage.xaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSXaml/MainPage.xaml.h')
-rw-r--r--Tests/VSXaml/MainPage.xaml.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/Tests/VSXaml/MainPage.xaml.h b/Tests/VSXaml/MainPage.xaml.h
new file mode 100644
index 0000000..ccc781b
--- /dev/null
+++ b/Tests/VSXaml/MainPage.xaml.h
@@ -0,0 +1,21 @@
+//
+// MainPage.xaml.h
+// Declaration of the MainPage class.
+//
+
+#pragma once
+
+#include "MainPage.g.h"
+
+namespace VSXaml
+{
+ /// <summary>
+ /// An empty page that can be used on its own or navigated to within a Frame.
+ /// </summary>
+ public ref class MainPage sealed
+ {
+ public:
+ MainPage();
+
+ };
+}