C# Class WatsonLanguageTranslation.StartPage

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: xhackers/IBM-Bluemix-Hack

Méthodes publiques

Méthode Description
GetSupportedLanguages ( ) : void
StartPage ( ) : Newtonsoft.Json
client_DownloadLanguageStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
client_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Private Methods

Méthode Description
btnTranslate_Clicked ( object sender, EventArgs e ) : void

Method Details

GetSupportedLanguages() public méthode

public GetSupportedLanguages ( ) : void
Résultat void

StartPage() public méthode

public StartPage ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

client_DownloadLanguageStringCompleted() public méthode

public client_DownloadLanguageStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
sender object
e System.Net.DownloadStringCompletedEventArgs
Résultat void

client_DownloadStringCompleted() public méthode

public client_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
sender object
e System.Net.DownloadStringCompletedEventArgs
Résultat void