Exemple #1
0
 private void ShowInfo(int Id)
 {
     Maticsoft.BLL.UserRelate bll=new Maticsoft.BLL.UserRelate();
     Maticsoft.Model.UserRelate model=bll.GetModel(Id);
     this.lblId.Text=model.Id.ToString();
     this.lblUserId.Text=model.UserId.ToString();
     this.lblRelateUserId.Text=model.RelateUserId.ToString();
     this.lblIsDelete.Text=model.IsDelete?"是":"否";
     this.lblCreateTime.Text=model.CreateTime.ToString();
 }
Exemple #2
0
 private void ShowInfo(int Id)
 {
     Maticsoft.BLL.UserRelate   bll   = new Maticsoft.BLL.UserRelate();
     Maticsoft.Model.UserRelate model = bll.GetModel(Id);
     this.lblId.Text           = model.Id.ToString();
     this.txtUserId.Text       = model.UserId.ToString();
     this.txtRelateUserId.Text = model.RelateUserId.ToString();
     this.chkIsDelete.Checked  = model.IsDelete;
     this.txtCreateTime.Text   = model.CreateTime.ToString();
 }
Exemple #3
0
 private void ShowInfo(int Id)
 {
     Maticsoft.BLL.UserRelate bll=new Maticsoft.BLL.UserRelate();
     Maticsoft.Model.UserRelate model=bll.GetModel(Id);
     this.lblId.Text=model.Id.ToString();
     this.txtUserId.Text=model.UserId.ToString();
     this.txtRelateUserId.Text=model.RelateUserId.ToString();
     this.chkIsDelete.Checked=model.IsDelete;
     this.txtCreateTime.Text=model.CreateTime.ToString();
 }
Exemple #4
0
 private void ShowInfo(int Id)
 {
     Maticsoft.BLL.UserRelate   bll   = new Maticsoft.BLL.UserRelate();
     Maticsoft.Model.UserRelate model = bll.GetModel(Id);
     this.lblId.Text           = model.Id.ToString();
     this.lblUserId.Text       = model.UserId.ToString();
     this.lblRelateUserId.Text = model.RelateUserId.ToString();
     this.lblIsDelete.Text     = model.IsDelete?"是":"否";
     this.lblCreateTime.Text   = model.CreateTime.ToString();
 }