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

            DS = transportdata.GetConfigInfo();

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