/// <summary> /// called when help->about is clicked /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { CustomAboutBox box = new CustomAboutBox(); box.Show(); }