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