Tag: 无限级预览模式: 普通 | 列表
程序代码 程序代码

        protected override void ShowPage()
        {
            DataTable workTable = new DataTable("Customers");
            DataColumn workCol = workTable.Columns.Add("sortID", typeof(Int32));

查看更多...