C# 클래스 Care.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: thankcreate/Care

공개 프로퍼티들

프로퍼티 타입 설명
DoubanAPI DoubanSDK.DoubanAPI
NeedChangeStartPage bool
RenrenAPI RenrenSDKLibrary.RenrenAPI
Test1 int
Test2 int
Test3 int

공개 메소드들

메소드 설명
App ( ) : System

Constructor for the Application object.

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

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

프로퍼티 상세

DoubanAPI 공개적으로 정적으로 프로퍼티

public static DoubanAPI,DoubanSDK DoubanAPI
리턴 DoubanSDK.DoubanAPI

NeedChangeStartPage 공개적으로 정적으로 프로퍼티

public static bool NeedChangeStartPage
리턴 bool

RenrenAPI 공개적으로 정적으로 프로퍼티

public static RenrenAPI,RenrenSDKLibrary RenrenAPI
리턴 RenrenSDKLibrary.RenrenAPI

Test1 공개적으로 정적으로 프로퍼티

public static int Test1
리턴 int

Test2 공개적으로 정적으로 프로퍼티

public static int Test2
리턴 int

Test3 공개적으로 정적으로 프로퍼티

public static int Test3
리턴 int