一个书上简单的ERS.
A simple Employee Records Monitoring System with XML

只有一个窗体,EmployeeRecordsForm.cs:
A simple Employee Records Monitoring System with XMLusing System;
A simple Employee Records Monitoring System with XML
using System.Drawing;
A simple Employee Records Monitoring System with XML
using System.Collections;
A simple Employee Records Monitoring System with XML
using System.ComponentModel;
A simple Employee Records Monitoring System with XML
using System.Windows.Forms;
A simple Employee Records Monitoring System with XML
using System.Data;
A simple Employee Records Monitoring System with XML
using System.Xml;
A simple Employee Records Monitoring System with XML
using System.IO;
A simple Employee Records Monitoring System with XML
A simple Employee Records Monitoring System with XML
namespace Employee_Records_System
}


EmpRec.xml:
A simple Employee Records Monitoring System with XML<?xml version="1.0" encoding="utf-8" ?> 
A simple Employee Records Monitoring System with XML
<EmpRecordsData>
A simple Employee Records Monitoring System with XML    
<Ecode Id="E0001" EmployeeName="Michael Perry">
A simple Employee Records Monitoring System with XML        
<EmpDetails DateofJoin="02-02-1999" Grade="A" salary="1750"/>
A simple Employee Records Monitoring System with XML    
</Ecode>
A simple Employee Records Monitoring System with XML    
<Ecode Id="E0002" EmployeeName="Jenifer Carell">
A simple Employee Records Monitoring System with XML        
<EmpDetails DateofJoin="03-22-1999" Grade="B" salary="2500"/>
A simple Employee Records Monitoring System with XML    
</Ecode>
A simple Employee Records Monitoring System with XML
</EmpRecordsData>

相关文章: