C# Class FapChat.Wp8.Pages.Authed.FriendsPages.Info

Show file Open project: 0xdeafcafe/FapChat

Public Methods

Method Description
Info ( ) : System

Protected Methods

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

Private Methods

Method Description
ButtonBlock_Click ( object sender, EventArgs e ) : void
ButtonDelete_Click ( object sender, EventArgs e ) : void
ButtonRename_Click ( object sender, EventArgs e ) : void
EndPendingStage ( ) : void
StartPendingState ( string status ) : void

Method Details

Info() public method

public Info ( ) : System
return System

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