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

Inheritance: IPhonePageExtender
Show file Open project: 0xdeafcafe/FapChat

Public Methods

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

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method 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 method

public Friends ( ) : System
return System

HideProgress() public method

public HideProgress ( bool hideMask = false ) : void
hideMask bool
return void

OnBackKeyPress() protected method

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnNavigatedTo() protected method

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

SetProgress() public method

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