예제 #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;
 }