示例#1
0
 public void LoadXML()
 {
     oeEntity = new oExEntity();
     if (File.Exists(@"D:\ranganathanns\Shared\New Folder\oE\oEXML.xml"))
     {
         oeEntity.ReadXml(@"D:\ranganathanns\Shared\New Folder\oE\oEXML.xml");
     }
 }
示例#2
0
 public void saveXML(oExEntity oeEntity)
 {
     oeEntity.WriteXml(@"D:\ranganathanns\Shared\New Folder\oE\oEXML.xml");
 }