private void aboutItem_Click(object sender, EventArgs e) { AboutBox about = new AboutBox(); about.ShowDialog(this); }