using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using CY.Model; using CY.BLL; using CY.Infrastructure.Common; using System.Data; using CY.BLL.Sys; namespace CY.WebForm.Pages.Alliance { //吴辉 //网站联盟-常见问题详情 public partial class AskedQuestionInfoDetail : System.Web.UI.Page { //初始化 public AskedQuestionInfoDetail() { } //页面加载 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { } } //页面加载 public void InitData() { } } }