private void aboutMenuItem_Click(object sender, EventArgs e) { Form aboutForm = new AboutWindow(); aboutForm.ShowDialog(); }