private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { aboutForm form = new aboutForm(); form.ShowDialog(this); }