//首先在主程序的菜单中增加一个菜单调用-GIS查找、模糊查找
//首先在主程序的菜单中增加一个菜单调用, //将地图控件axMap1和时钟控件timer1 //传送给一个新建的form,本例是form11。 private void toolStripMenuItem8_Click(object sender, EventArgs e) { Form11 frm11 = new Form11(axMap1, timer1); frm11.Show(this); }
747.5KB
文件大小:
评论区