private void gotoXYToolStripMenuItem_Click(object sender, EventArgs e) { GotoXY form = new GotoXY(axMapControl1); form.Show(); }