C# Class Speech.ColorPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
ColorPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method 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 method

public ColorPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void