private void BTranslate_Click(object sender, EventArgs e) { Proxy proxy = new Proxy(); tBEng.Text = proxy.Translate(tBRus.Text); }