private void AboutTopographToolStripMenuItemOnClick(object sender, EventArgs e) { using (var dlg = new AboutDlg()) { dlg.ShowDialog(this); } }