// 点击关于按钮后显示关于窗口 private void browserHelp_Click(object sender, EventArgs e) { frmAboutbox aboutBox = new frmAboutbox(); aboutBox.Show(); }