Пример #1
0
 private void ShowInfo()
 {
     YueDuLibrary.BLL.Library   bll   = new YueDuLibrary.BLL.Library();
     YueDuLibrary.Model.Library model = bll.GetModel();
     this.txtlibarayName.Text = model.libarayName;
     this.txtcurator.Text     = model.curator;
     this.txttel.Text         = model.tel;
     this.txtAddresss.Text    = model.Addresss;
     this.txtemail.Text       = model.email;
     this.txturl.Text         = model.url;
     this.txtcreateDate.Text  = model.createDate.ToString();
     this.txtremark.Text      = model.remark;
 }