C# Class Brook.ZhiHuRiBao.App

Inheritance: Windows.UI.Xaml.Application
Show file Open project: brookshi/UWP_ZhiHuRiBao

Public Methods

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

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Method 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 method

public App ( ) : System
return System

GetWindowFrame() public static method

public static GetWindowFrame ( ) : Frame
return Windows.UI.Xaml.Controls.Frame

InitConfig() public method

public InitConfig ( ) : void
return void

InitHttpClient() public method

public InitHttpClient ( ) : void
return void

InitTileScheduler() public method

public InitTileScheduler ( ) : void
return void

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnNavigationFailed() public method

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