コード例 #1
0
        private static void CreateXMLReport(string filePathInfo)
        {
            var xmlGen = new XmlReportWriter();
            var helper = new FilePathHelper(filePathInfo);

            xmlGen.CreateReport(helper.FilePath, helper.FileName);
        }
コード例 #2
0
 private void WriteConfigurationChanges()
 {
     XmlReportWriter.SerializeReport(Options.RootPath, ModelCollection.ConfigModels.Values);
 }