Esempio n. 1
0
 private void ShowInfo(int 评价编号,int travle_ID,string user_telphone,int 评价字典编号)
 {
     la.BLL.comment bll=new la.BLL.comment();
     la.Model.comment model=bll.GetModel(评价编号,travle_ID,user_telphone,评价字典编号);
     this.lbl评价编号.Text=model.评价编号.ToString();
     this.lbltravle_ID.Text=model.travle_ID.ToString();
     this.lbluser_telphone.Text=model.user_telphone;
     this.lbl评价字典编号.Text=model.评价字典编号.ToString();
     this.lbl评价时间.Text=model.评价时间.ToString();
 }