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

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

Méthodes publiques

Méthode Description
HideProgress ( bool hideMask = false ) : void
Messages ( ) : System
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
ButtonSnap_Click ( object sender, RoutedEventArgs e ) : void
ButtonSnap_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
ButtonSnap_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
EndMedia ( ) : void
MediaViewerVideo_MediaEnded ( object sender, RoutedEventArgs e ) : void
StartMedia ( CachedMediaBlob blob, Snap snap ) : void
UpdateBindings ( ) : void

Method Details

HideProgress() public méthode

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

Messages() public méthode

public Messages ( ) : System
Résultat System

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