TEWin/FrmTool.cs @@ -50,5 +50,10 @@ int code = Convert.ToInt32(str, 16); win.InvokeProc(code); } private void button1_Click(object sender, EventArgs e) { this.win.DealOsgbLab(); } } }