コード例 #1
0
        public void OnYodaSpeak(object o, EventArgs e)
        {
            sentence    = ToDoEntry.Text;
            translation = wa.CreateTranslation(sentence);

            lblYoda.Text = translation;
        }