Ejemplo n.º 1
0
 private void ShowInfo(int ParaId)
 {
     NoName.NetShop.BLL.CategoryParaModelBll bll   = new NoName.NetShop.BLL.CategoryParaModelBll();
     NoName.NetShop.Model.CategoryParaModel  model = bll.GetModel(ParaId);
     this.lblCateId.Text       = model.CateId.ToString();
     this.lblParaName.Text     = model.ParaName;
     this.lblParaType.Text     = model.ParaType.ToString();
     this.lblStatus.Text       = model.Status.ToString();
     this.lblParaGroupId.Text  = model.ParaGroupId.ToString();
     this.lblParaValues.Text   = model.ParaValues;
     this.lblDefaultValue.Text = model.DefaultValue;
 }
Ejemplo n.º 2
0
 private void ShowInfo(int ParaId)
 {
     NoName.NetShop.BLL.CategoryParaModelBll bll=new NoName.NetShop.BLL.CategoryParaModelBll();
     NoName.NetShop.Model.CategoryParaModel model=bll.GetModel(ParaId);
     this.lblCateId.Text=model.CateId.ToString();
     this.lblParaName.Text=model.ParaName;
     this.lblParaType.Text=model.ParaType.ToString();
     this.lblStatus.Text=model.Status.ToString();
     this.lblParaGroupId.Text=model.ParaGroupId.ToString();
     this.lblParaValues.Text=model.ParaValues;
     this.lblDefaultValue.Text=model.DefaultValue;
 }