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