C# Class Care.App

Inheritance: System.Windows.Application
Mostrar archivo Open project: thankcreate/Care

Public Properties

Property Type Description
DoubanAPI DoubanSDK.DoubanAPI
NeedChangeStartPage bool
RenrenAPI RenrenSDKLibrary.RenrenAPI
Test1 int
Test2 int
Test3 int

Public Methods

Method Description
App ( ) : System

Constructor for the Application object.

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
DoubanInit ( ) : void
InitializePhoneApplication ( ) : void
LoadCache ( ) : void
RenrenAPIInit ( ) : void
RootFrame_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
SinaWeiboInit ( ) : void

Method Details

App() public method

Constructor for the Application object.
public App ( ) : System
return System

Property Details

DoubanAPI public_oe static_oe property

public static DoubanAPI,DoubanSDK DoubanAPI
return DoubanSDK.DoubanAPI

NeedChangeStartPage public_oe static_oe property

public static bool NeedChangeStartPage
return bool

RenrenAPI public_oe static_oe property

public static RenrenAPI,RenrenSDKLibrary RenrenAPI
return RenrenSDKLibrary.RenrenAPI

Test1 public_oe static_oe property

public static int Test1
return int

Test2 public_oe static_oe property

public static int Test2
return int

Test3 public_oe static_oe property

public static int Test3
return int