Merge pull request #26354 from ksooo/pvr-fix-listitem-titleextrainfo
[xbmc.git] / lib / libUPnP / Neptune / Build / Targets / x86-microsoft-winrt-vs2011 / TestShell / App.xaml.h
blob2c5da813b7218fc43c48f5d76175a39bc856fcce
1 //
2 // App.xaml.h
3 // Declaration of the App class.
4 //
6 #pragma once
8 #include "App.g.h"
10 namespace TestShell
12 /// <summary>
13 /// Provides application-specific behavior to supplement the default Application class.
14 /// </summary>
15 ref class App sealed
17 public:
18 App();
19 virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ pArgs) override;
21 private:
22 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);