Esempio n. 1
0
 private void ShowInfo()
 {
     WebDemo.BLL.WebDemo.ManageFareList   bll   = new WebDemo.BLL.WebDemo.ManageFareList();
     WebDemo.Model.WebDemo.ManageFareList model = bll.GetModel();
     this.lblUsersID.Text         = model.UsersID.ToString();
     this.lblManageFareID.Text    = model.ManageFareID.ToString();
     this.lblLastMonth.Text       = model.LastMonth;
     this.lblThisMonth.Text       = model.ThisMonth;
     this.lblManageFarePrice.Text = model.ManageFarePrice.ToString();
     this.lblOperMoney.Text       = model.OperMoney.ToString();
     this.lblOperatorID.Text      = model.OperatorID.ToString();
     this.lblOperDate.Text        = model.OperDate.ToString();
     this.lblRemark.Text          = model.Remark;
     this.lblOperID.Text          = model.OperID.ToString();
     this.lblOperType.Text        = model.OperType.ToString();
     this.lblRcvFareNum.Text      = model.RcvFareNum.ToString();
 }