C# Class MetroFanfou.AddStatus

Inheritance: MetroFanfou.Controls.BasePage
Afficher le fichier Open project: dodola/WP7Fanfou

Méthodes publiques

Méthode Description
AddStatus ( ) : System

Méthodes protégées

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

Private Methods

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

public AddStatus ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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