Ejemplo n.º 1
0
        private void btnTengXunPosition_Click(object sender, EventArgs e)
        {
            FrmGoogleRectify frmGoogleRectify = new FrmGoogleRectify();

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

            frmGoogleRectify.ShowDialog();
        }