Пример #1
0
 private void ShowInfo(string BrandId)
 {
     Maticsoft.BLL.Products.Brand bll   = new Maticsoft.BLL.Products.Brand();
     Maticsoft.Model.Brand        model = bll.GetModel(BrandId);
     this.lblBrandId.Text = model.BrandId;
     this.txtName.Text    = model.Name;
     this.txtDescn.Text   = model.Descn;
     this.Label1.Text     = model.CategoryId;
 }
Пример #2
0
 private void ShowInfo(string BrandId)
 {
     Maticsoft.BLL.Products.Brand bll = new Maticsoft.BLL.Products.Brand();
     Maticsoft.Model.Brand model = bll.GetModel(BrandId);
     this.lblBrandId.Text = model.BrandId;
     this.txtName.Text = model.Name;
     this.txtDescn.Text = model.Descn;
     this.Label1.Text = model.CategoryId;
 }