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