// 还原所有内容 protected void btnRevertAll_Click(object sender, EventArgs e) { contentBll.ResetAll(); MyBind(); }