コード例 #1
0
ファイル: ExportXml.cs プロジェクト: xlfj5211/esb
 public ExportXml(XConfig config, String xmlPath, string accessPath)
 {
     _config     = config;
     _xmlPath    = xmlPath;
     _accessPath = accessPath;
 }
コード例 #2
0
ファイル: ExportXml.cs プロジェクト: g992com/esb
 public ExportXml(XConfig config, String xmlPath, string accessPath)
 {
     _config = config;
     _xmlPath = xmlPath;
     _accessPath = accessPath;
 }
コード例 #3
0
ファイル: XConfig.cs プロジェクト: g992com/esb
 static XConfig Create()
 {
     XConfig config = new XConfig();
     return config;
 }
コード例 #4
0
ファイル: XConfig.cs プロジェクト: xlfj5211/esb
        static XConfig Create()
        {
            XConfig config = new XConfig();

            return(config);
        }