C# 클래스 DvachBrowser.Views.AddPostPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

공개 메소드들

메소드 설명
AddPostPage ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnMarkupButtonClick ( object sender, RoutedEventArgs e ) : void
OnSendClick ( object sender, EventArgs e ) : void
SetMarkupQuote ( ) : void
SetMarkupTag ( string tag ) : void
UpdateFocusedTextBoxBinding ( ) : void

메소드 상세

AddPostPage() 공개 메소드

public AddPostPage ( ) : System
리턴 System

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