Ejemplo n.º 1
0
 private void ShowInfo(int property_ID,int virtualgoods_ID,string user_telphone)
 {
     la.BLL.ownvirtualgoods bll=new la.BLL.ownvirtualgoods();
     la.Model.ownvirtualgoods model=bll.GetModel(property_ID,virtualgoods_ID,user_telphone);
     this.lblproperty_ID.Text=model.property_ID.ToString();
     this.lblvirtualgoods_ID.Text=model.virtualgoods_ID.ToString();
     this.lbluser_telphone.Text=model.user_telphone;
     this.txtproperty_count.Text=model.property_count.ToString();
 }