private void HelpAboutItem_Click(Object Sender, EventArgs e) { AboutBox p_AB = new AboutBox(); p_AB.Show(); }