private static void AboutMenu_Click(object sender, EventArgs e) { var aboutForm = new AboutBox(); aboutForm.ShowDialog(); }