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