Example #1
0
 private void ShowInfo(long id)
 {
     ManagePhones.BLL.in_warehouse   bll   = new ManagePhones.BLL.in_warehouse();
     ManagePhones.Model.in_warehouse model = bll.GetModel(id);
     this.lblid.Text     = model.id.ToString();
     this.txtgid.Text    = model.gid;
     this.txtimei.Text   = model.imei;
     this.txtintime.Text = model.intime.ToString();
 }