private void aboutMFDeployToolStripMenuItem_Click(object sender, EventArgs e) { MFAboutBox aboutbox = new MFAboutBox(); aboutbox.ShowDialog(); }