管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-03 a9b99add3e1baa7fc49049247b8bf071e70a6005
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();
        }
    }
}