; { // 读取所有日志文件到临时 DataTable JobLogDataSet.JobLogDataTable t = new JobLogDataSet.JobLogDataTable(); t.ReadXml(jobLogFile); // 导入日志记录到主日志 DataTable foreach (JobLogDataSet.JobLogRow r in t) jobLogDataTable.ImportRow(r); } &nb上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页
|