Exemple #1
0
 //当第一次使用时初始化该对象
 public static XmlRW GetXmlRW()
 {
     if (instance == null)
     {
         instance = new XmlRW();
     }
     return(instance);
 }
Exemple #2
0
 //当第一次使用时初始化该对象
 public static XmlRW GetXmlRW()
 {
     if (instance == null)
     {
         instance = new XmlRW();
     }
     return instance;
 }