一个书上简单的ERS.只有一个窗体,EmployeeRecordsForm.cs: using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Xml;using System.IO;namespace Employee_Records_System} EmpRec.xml: <?xml version="1.0" encoding="utf-8" ?> <EmpRecordsData> <Ecode Id="E0001" EmployeeName="Michael Perry"> <EmpDetails DateofJoin="02-02-1999" Grade="A" salary="1750"/> </Ecode> <Ecode Id="E0002" EmployeeName="Jenifer Carell"> <EmpDetails DateofJoin="03-22-1999" Grade="B" salary="2500"/> </Ecode></EmpRecordsData> 相关文章: