C# Class Brook.ZhiHuRiBao.App

Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: brookshi/UWP_ZhiHuRiBao

Méthodes publiques

Méthode Description
App ( ) : System
GetWindowFrame ( ) : Frame
InitConfig ( ) : void
InitHttpClient ( ) : void
InitTileScheduler ( ) : void
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Méthode Description
App_BackRequested ( object sender, BackRequestedEventArgs e ) : void
App_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

GetWindowFrame() public static méthode

public static GetWindowFrame ( ) : Frame
Résultat Windows.UI.Xaml.Controls.Frame

InitConfig() public méthode

public InitConfig ( ) : void
Résultat void

InitHttpClient() public méthode

public InitHttpClient ( ) : void
Résultat void

InitTileScheduler() public méthode

public InitTileScheduler ( ) : void
Résultat void

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnNavigationFailed() public méthode

public OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Navigation.NavigationFailedEventArgs
Résultat void