private void buttonBIG5_GB_Click(object sender, EventArgs e) { lockText = true; mgt.BIG5_GB(); this.textBoxWord.Text = ChineseCode.BIG52GB(this.textBoxWord.Text); lockText = false; }
private void button10_Click(object sender, EventArgs e) { string str = this.textBoxWord.Text; this.textBoxWord.Text = ChineseCode.BIG52GB(str); }