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