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.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/Tests/VSXaml/MainPage.xaml.h b/Tests/VSXaml/MainPage.xaml.h
index ccc781b..875d227 100644
--- a/Tests/VSXaml/MainPage.xaml.h
+++ b/Tests/VSXaml/MainPage.xaml.h
@@ -7,15 +7,14 @@
#include "MainPage.g.h"
-namespace VSXaml
+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
{
- /// <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();
-
- };
+public:
+ MainPage();
+};
}