private void toolStripButton10_Click(object sender, EventArgs e) { Form_About fa = new Form_About(); fa.ShowDialog(); }