示例#1
0
        public void BindVehicleOperationInfo()
        {
            transportdata = new TransportData();
            DataSet DS = new DataSet();

            DS = transportdata.GetVehicleInOperationInfo();

            if (!Comman.Comman.IsDataSetEmpty(DS))
            {
                rpvehicleoperationInfo.DataSource = DS;
                rpvehicleoperationInfo.DataBind();
            }
        }