private void buttonGB_BIG5_Click(object sender, EventArgs e) { lockText = true; mgt.GB_BIG5(); this.textBoxWord.Text = ChineseCode.GB2BIG5(this.textBoxWord.Text); lockText = false; }
private void button9_Click(object sender, EventArgs e) { string str = this.textBoxWord.Text; this.textBoxWord.Text = ChineseCode.GB2BIG5(str); }