private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { /* About dialog box in menu list '?' */ About aboutForm = new About(); aboutForm.ShowDialog(); }