Beispiel #1
0
 private void ShowInfo(long Id)
 {
     Maticsoft.BLL.Thumb bll=new Maticsoft.BLL.Thumb();
     Maticsoft.Model.Thumb model=bll.GetModel(Id);
     this.lblId.Text=model.Id.ToString();
     this.txtTravelPartId.Text=model.TravelPartId.ToString();
     this.txtUserId.Text=model.UserId.ToString();
     this.chkIsDelete.Checked=model.IsDelete;
     this.txtCreateTime.Text=model.CreateTime.ToString();
 }
Beispiel #2
0
 private void ShowInfo(long Id)
 {
     Maticsoft.BLL.Thumb   bll   = new Maticsoft.BLL.Thumb();
     Maticsoft.Model.Thumb model = bll.GetModel(Id);
     this.lblId.Text           = model.Id.ToString();
     this.txtTravelPartId.Text = model.TravelPartId.ToString();
     this.txtUserId.Text       = model.UserId.ToString();
     this.chkIsDelete.Checked  = model.IsDelete;
     this.txtCreateTime.Text   = model.CreateTime.ToString();
 }
Beispiel #3
0
 private void ShowInfo(long Id)
 {
     Maticsoft.BLL.Thumb bll=new Maticsoft.BLL.Thumb();
     Maticsoft.Model.Thumb model=bll.GetModel(Id);
     this.lblId.Text=model.Id.ToString();
     this.lblTravelPartId.Text=model.TravelPartId.ToString();
     this.lblUserId.Text=model.UserId.ToString();
     this.lblIsDelete.Text=model.IsDelete?"是":"否";
     this.lblCreateTime.Text=model.CreateTime.ToString();
 }
Beispiel #4
0
 private void ShowInfo(long Id)
 {
     Maticsoft.BLL.Thumb   bll   = new Maticsoft.BLL.Thumb();
     Maticsoft.Model.Thumb model = bll.GetModel(Id);
     this.lblId.Text           = model.Id.ToString();
     this.lblTravelPartId.Text = model.TravelPartId.ToString();
     this.lblUserId.Text       = model.UserId.ToString();
     this.lblIsDelete.Text     = model.IsDelete?"是":"否";
     this.lblCreateTime.Text   = model.CreateTime.ToString();
 }