private void 软件介绍ToolStripMenuItem_Click(object sender, EventArgs e) { if (form == null) { form = new IntroductionForm(); } form.Show(); }