C# 클래스 BaconographyWP8.MainPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
MainPage ( ) : System

보호된 메소드들

메소드 설명
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
OnOrientationChanged ( OrientationChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
AdjustForOrientation ( PageOrientation orientation ) : void
BuildMenu ( ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
MaybeUserIsLoggedIn ( ) : void
MenuClose_Click ( object sender, EventArgs e ) : void
MenuLogin_Click ( object sender, EventArgs e ) : void
MenuMail_Click ( object sender, EventArgs e ) : void
MenuManage_Click ( object sender, EventArgs e ) : void
MenuPin_Click ( object sender, EventArgs e ) : void
MenuSearch_Click ( object sender, EventArgs e ) : void
MenuSettings_Click ( object sender, EventArgs e ) : void
MenuSidebar_Click ( object sender, EventArgs e ) : void
MenuSort_Click ( object sender, EventArgs e ) : void
MenuSubmit_Click ( object sender, EventArgs e ) : void
OnLoadedPivotItem ( object sender, PivotItemEventArgs e ) : void
OnSelectIndexMessage ( SelectIndexMessage message ) : void
OnUserLoggedIn ( UserLoggedInMessage message ) : void
SetMailButtonIcon ( System args ) : void
UpdateMenuItems ( ) : void
appBar_StateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void
pivot_DoubleTap ( object sender, System e ) : void

메소드 상세

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( System e ) : void
e System
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
리턴 void

OnOrientationChanged() 보호된 메소드

protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
리턴 void