private static void ShowAbout(object sender, EventArgs e) { About about = new About(); about.Show(); }