Merge pull request #26354 from ksooo/pvr-fix-listitem-titleextrainfo
[xbmc.git] / lib / libUPnP / Neptune / Build / Targets / x86-microsoft-winrt-vs2011 / TestShell / MainPage.xaml.h
blob82ff1b62374bcb2e410e1dbea65e4a6d053122f1
1 //
2 // MainPage.xaml.h
3 // Declaration of the MainPage class.
4 //
6 #pragma once
8 #include "MainPage.g.h"
10 namespace TestShell
12 /// <summary>
13 /// An empty page that can be used on its own or navigated to within a Frame.
14 /// </summary>
15 public ref class MainPage sealed
17 public:
18 MainPage();
20 protected:
21 virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
22 private:
23 void GoButton_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);