示例#1
0
 private void ShowInfo(int EID)
 {
     CHSS.BLL.CExpert   bll   = new CHSS.BLL.CExpert();
     CHSS.Model.CExpert model = bll.GetModel(EID);
     this.txtEID.Text             = model.EID.ToString();
     this.txtExpeDescription.Text = model.ExpeDescription;
     this.txtExpeAddDate.Text     = model.ExpeAddDate;
     this.txtExpeName.Text        = model.ExpeName;
     this.txtExpePhone.Text       = model.ExpePhone;
     this.txtExpePicURL.Text      = model.ExpePicURL;
 }