C# Class MSTranslatorTAPDemo.MainWindow

Inheritance: System.Windows.Window
Show file Open project: MicrosoftTranslator/CSharp-WPF-Example

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AccessToken ( ) : void
GetLanguageNamesMethod ( string authToken, string languageCodes ) : void
GetLanguagesForSpeakMethod ( string authToken ) : void
GetLanguagesForTranslate ( ) : void
SpeakMethod ( string authToken, string textToVoice, String languageCode ) : void
enumLanguages ( ) : void
translateButton_Click ( object sender, EventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System