应用程序.xaml.h 628 Bytes
Newer Older
123456789101112131415161718192021222324252627
/// / App.xaml.h// Declaration of the App class.//#pragma once#include "App.g.h"namespace应用程序TestUFRlib{/// /// Provides application-specific behavior to supplement the default Application class./// refclass应用程序sealed{protected:virtualvoidOnLaunched(Windows::应用程序licationModel::Activation::LaunchActivatedEventArgs^e)override;internal:应用程序();private:voidOnSuspending(平台::Object^sender,Windows::应用程序licationModel::SuspendingEventArgs^e);voidOnNavigationFailed(平台::Object^sender,Windows::UI::Xaml::Navigation::NavigationFailedEventArgs^e);};}
Baidu
map