C# Class FapChat.Wp8.Pages.Authed.Friends

Inheritance: IPhonePageExtender
Afficher le fichier Open project: 0xdeafcafe/FapChat

Méthodes publiques

Méthode Description
Friends ( ) : System
HideProgress ( bool hideMask = false ) : void
SetProgress ( string message, bool showMask = false ) : void

Méthodes protégées

Méthode Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

Friends() public méthode

public Friends ( ) : System
Résultat System

HideProgress() public méthode

public HideProgress ( bool hideMask = false ) : void
hideMask bool
Résultat void

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

SetProgress() public méthode

public SetProgress ( string message, bool showMask = false ) : void
message string
showMask bool
Résultat void