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