C# Class MetroFanfou.AddStatus

Inheritance: MetroFanfou.Controls.BasePage
Mostra file Open project: dodola/WP7Fanfou

Public Methods

Method Description
AddStatus ( ) : System

Protected Methods

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

Private Methods

Method Description
ClearContent_Tap ( object sender, System.Windows.Input.GestureEventArgs e ) : void
EditTextBox_GotFocus ( object sender, RoutedEventArgs e ) : void
EditTextBox_LostFocus ( object sender, RoutedEventArgs e ) : void
PhotoChooserTask_Completed ( object sender, PhotoResult e ) : void
SendCallback ( FanFou.SDK.Objects.Status status ) : void
ShowImage_Tap ( object sender, System.Windows.Input.GestureEventArgs e ) : void
btnFace_Click ( object sender, EventArgs e ) : void
btnMentions_Click ( object sender, EventArgs e ) : void
btnPhoto_Click ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void
editContent_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
mClearPhoto_Click ( object sender, EventArgs e ) : void
mClearText_Click ( object sender, EventArgs e ) : void
mTopic_Click ( object sender, EventArgs e ) : void

Method Details

AddStatus() public method

public AddStatus ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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