3 // Declaration of the App class.
13 /// Provides application-specific behavior to supplement the default Application class.
18 virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs
^ e
) override
;
24 void OnSuspending(Platform::Object
^ sender
, Windows::ApplicationModel::SuspendingEventArgs
^ e
);
25 void OnNavigationFailed(Platform::Object
^sender
, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs
^e
);