C# Class Speech.ColorPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: timothybinkley/Windows-Phone-8-In-Action

Méthodes publiques

Méthode Description
ColorPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
AskForColor ( ) : System.Threading.Tasks.Task
ChangeColorButton_OnClick ( object sender, RoutedEventArgs e ) : void
FillUi ( SpeechRecognitionResult result ) : void
SetColorFromCommand ( string colorName ) : void
speechRecognizer_AudioCaptureStateChanged ( SpeechRecognizer sender, SpeechRecognizerAudioCaptureStateChangedEventArgs e ) : void

Method Details

ColorPage() public méthode

public ColorPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void