C# 클래스 FapChat.Wp8.Pages.Authed.Messages

상속: IPhonePageExtender
파일 보기 프로젝트 열기: 0xdeafcafe/FapChat

공개 메소드들

메소드 설명
HideProgress ( bool hideMask = false ) : void
Messages ( ) : System
SetProgress ( string message, bool showMask = false ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ButtonSnap_Click ( object sender, RoutedEventArgs e ) : void
ButtonSnap_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
ButtonSnap_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
EndMedia ( ) : void
MediaViewerVideo_MediaEnded ( object sender, RoutedEventArgs e ) : void
StartMedia ( CachedMediaBlob blob, Snap snap ) : void
UpdateBindings ( ) : void

메소드 상세

HideProgress() 공개 메소드

public HideProgress ( bool hideMask = false ) : void
hideMask bool
리턴 void

Messages() 공개 메소드

public Messages ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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

SetProgress() 공개 메소드

public SetProgress ( string message, bool showMask = false ) : void
message string
showMask bool
리턴 void