示例#1
0
文件: XMLWR.cs 项目: zymITsky/Medical
 //当第一次使用时初始化该对象
 public static XmlRW GetXmlRW()
 {
     if (instance == null)
     {
         instance = new XmlRW();
     }
     return(instance);
 }
示例#2
0
文件: XMLWR.cs 项目: qq5013/Medical
 //当第一次使用时初始化该对象
 public static XmlRW GetXmlRW()
 {
     if (instance == null)
     {
         instance = new XmlRW();
     }
     return instance;
 }