private void ShowInfo()
 {
     NoName.NetShop.BLL.AuctionLogModelBll bll=new NoName.NetShop.BLL.AuctionLogModelBll();
     NoName.NetShop.Model.AuctionLogModel model=bll.GetModel();
     this.txtAuctionId.Text=model.AuctionId.ToString();
     this.txtUserName.Text=model.UserName;
     this.txtAuctionTime.Text=model.AuctionTime.ToString();
     this.txtAutionPrice.Text=model.AutionPrice.ToString();
 }
 private void ShowInfo()
 {
     NoName.NetShop.BLL.AuctionLogModelBll bll   = new NoName.NetShop.BLL.AuctionLogModelBll();
     NoName.NetShop.Model.AuctionLogModel  model = bll.GetModel();
     this.txtAuctionId.Text   = model.AuctionId.ToString();
     this.txtUserName.Text    = model.UserName;
     this.txtAuctionTime.Text = model.AuctionTime.ToString();
     this.txtAutionPrice.Text = model.AutionPrice.ToString();
 }