public tomenglertde.ResXManager.Translators.BingServiceReference.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, tomenglertde.ResXManager.Translators.BingServiceReference.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
 public tomenglertde.ResXManager.Translators.BingServiceReference.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, tomenglertde.ResXManager.Translators.BingServiceReference.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }
 public void AddTranslationArray(string appId, tomenglertde.ResXManager.Translators.BingServiceReference.Translation[] translations, string from, string to, tomenglertde.ResXManager.Translators.BingServiceReference.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }