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