Extract out IO namespace, Part 3

This commit is contained in:
Matt Nadareski
2020-12-08 00:13:22 -08:00
parent 53f5d07ae4
commit 96f0a94b10
60 changed files with 950 additions and 1319 deletions

View File

@@ -4,7 +4,7 @@ using System.Globalization;
using System.IO;
using System.Xml;
namespace SabreTools.Library.Skippers
namespace SabreTools.Skippers
{
/// <remarks>
/// It is well worth considering just moving the XML files to code, similar to how RV does it