コード例 #1
0
 private void buttonGB_BIG5_Click(object sender, EventArgs e)
 {
     lockText = true;
     mgt.GB_BIG5();
     this.textBoxWord.Text = ChineseCode.GB2BIG5(this.textBoxWord.Text);
     lockText = false;
 }
コード例 #2
0
        private void button9_Click(object sender, EventArgs e)
        {
            string str = this.textBoxWord.Text;

            this.textBoxWord.Text = ChineseCode.GB2BIG5(str);
        }