private void btnTengXunPosition_Click(object sender, EventArgs e) { FrmGoogleRectify frmGoogleRectify = new FrmGoogleRectify(); frmGoogleRectify.Text = "腾讯坐标纠偏"; frmGoogleRectify.ShowDialog(); }
private void btnGooglePosition_Click(object sender, EventArgs e) { FrmGoogleRectify frmGoogleRectify = new FrmGoogleRectify(); frmGoogleRectify.ShowDialog(); }