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