diff options
Diffstat (limited to 'Tests/VSXaml/MainPage.xaml.cpp')
-rw-r--r-- | Tests/VSXaml/MainPage.xaml.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tests/VSXaml/MainPage.xaml.cpp b/Tests/VSXaml/MainPage.xaml.cpp index 63f2dec..51da237 100644 --- a/Tests/VSXaml/MainPage.xaml.cpp +++ b/Tests/VSXaml/MainPage.xaml.cpp @@ -20,9 +20,10 @@ using namespace Windows::UI::Xaml::Input; using namespace Windows::UI::Xaml::Media; using namespace Windows::UI::Xaml::Navigation; -// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238 +// The Blank Page item template is documented at +// http://go.microsoft.com/fwlink/?LinkId=234238 MainPage::MainPage() { - InitializeComponent(); + InitializeComponent(); } |