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