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