private void textBox4_TextChanged(object sender, EventArgs e) { textBox3.Text = mycode.CodeToText(textBox4.Text); }