Exemple #1
0
 public WindowsFormsApplication1.ServiceReference1.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, WindowsFormsApplication1.ServiceReference1.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Exemple #2
0
 public WindowsFormsApplication1.ServiceReference1.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, WindowsFormsApplication1.ServiceReference1.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }
Exemple #3
0
 public void AddTranslationArray(string appId, WindowsFormsApplication1.ServiceReference1.Translation[] translations, string from, string to, WindowsFormsApplication1.ServiceReference1.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }