From e05f48fc7ba368d3561d8702b18d65ee021b1ae2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 03 九月 2024 14:31:15 +0800 Subject: [PATCH] 11 --- TEWin/FrmTool.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/TEWin/FrmTool.cs b/TEWin/FrmTool.cs index 39244bc..62855df 100644 --- a/TEWin/FrmTool.cs +++ b/TEWin/FrmTool.cs @@ -17,7 +17,7 @@ "褰卞儚鏁版嵁", "鍦板舰鏁版嵁", "妯″瀷鏁版嵁(osgb)", "妯″瀷鏁版嵁(obj)", "缂栬緫鏁版嵁", "鐐归噺绠�", "鍧″悜鍒嗘瀽", "绾块噺绠�", "闈㈤噺绠�", "浣撻噺绠�", "瑙掗噺绠�", "绌洪棿缁熻", "绌洪棿鍒嗘瀽", "鍓栭潰鍒嗘瀽", "鍧″害鍒嗘瀽", "绛夊�肩嚎", "鍓栧垏鍒嗘瀽", "鍦扮悊鍦烘櫙浜у搧缁勮", "浼犵粺4D浜у搧娲剧敓", - "鎵撳紑fly", "鍔犺浇shp", "璇诲彇shp" }; + "鎵撳紑fly", "鍔犺浇shp", "璇诲彇shp", "鎸夌収灞炴�ф樉绀�", "鎸夌収灞炴�ц缃鑹�" }; public FrmTool(FrmWin win) { @@ -50,5 +50,10 @@ int code = Convert.ToInt32(str, 16); win.InvokeProc(code); } + + private void button1_Click(object sender, EventArgs e) + { + this.win.DealOsgbLab(); + } } } -- Gitblit v1.9.3