コード例 #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;
 }