private void OnClickCopy(object sender, EventArgs e) { if ((showform == null) || (showform.IsDisposed)) { showform = new MapReplace(currmap); showform.TopMost = true; showform.Show(); } }