Exemple #1
0
 private void ShowInfo(string PD_ID)
 {
     cfs.BLL.OT_PAPERDETAIL bll=new cfs.BLL.OT_PAPERDETAIL();
     cfs.Model.OT_PAPERDETAIL model=bll.GetModel(PD_ID);
     this.lblPD_ID.Text=model.PD_ID;
     this.txtPD_SID.Text=model.PD_SID;
     this.txtPD_QID.Text=model.PD_QID;
     this.txtPD_NUM.Text=model.PD_NUM.ToString();
     this.txtPD_POINT.Text=model.PD_POINT.ToString();
 }
 private void ShowInfo(string PD_ID)
 {
     cfs.BLL.OT_PAPERDETAIL   bll   = new cfs.BLL.OT_PAPERDETAIL();
     cfs.Model.OT_PAPERDETAIL model = bll.GetModel(PD_ID);
     this.lblPD_ID.Text    = model.PD_ID;
     this.txtPD_SID.Text   = model.PD_SID;
     this.txtPD_QID.Text   = model.PD_QID;
     this.txtPD_NUM.Text   = model.PD_NUM.ToString();
     this.txtPD_POINT.Text = model.PD_POINT.ToString();
 }