private void aboutForm_click(object sender, EventArgs e) { about aboutForm = new about(); aboutForm.ShowDialog(); }