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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
ButtonAcceptFriend_Click ( object sender, RoutedEventArgs e ) : void
ButtonAddFriend_Click ( object sender, EventArgs e ) : void
ButtonCapture_Click ( object sender, EventArgs e ) : void
ButtonFriendDetails_Click ( object sender, RoutedEventArgs e ) : void
RefreshBindings ( ) : void

메소드 상세

Friends() 공개 메소드

public Friends ( ) : System
리턴 System

HideProgress() 공개 메소드

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

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