public void OnYodaSpeak(object o, EventArgs e) { sentence = ToDoEntry.Text; translation = wa.CreateTranslation(sentence); lblYoda.Text = translation; }