private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutDlg dlg = new AboutDlg(); dlg.ShowDialog(); }