using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Text; using CB.Entity; using CB.Framework; namespace CB.Wap.tb { public partial class index : WebPage { protected void Page_Load(object sender, EventArgs e) { } } }