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