Ejemplo n.º 1
0
        private void BindReplyRule()
        {
            DataTable dt = new Chain.BLL.WeiXinRule().GetList("").Tables[0];

            for (int i = 0; i < dt.Rows.Count; i++)
            {
                this.sltReply.Items.Add(new ListItem(dt.Rows[i]["RuleDesc"].ToString(), dt.Rows[i]["RuleNUmber"].ToString()));
            }
        }
Ejemplo n.º 2
0
        protected string GetCardDescription()
        {
            string Title = new Chain.BLL.WeiXinRule().GetCardDesc().Trim();

            return(Title + "微信会员中心");
        }