private void aboutToolStripMenuItem1_Click(object sender, EventArgs e) { AboutForm aboutForm = new AboutForm(); aboutForm.Show(); }