Change namespace from WoD to SabreTools

This commit is contained in:
Matt Nadareski
2016-03-29 13:48:10 -07:00
parent 63f5566f3b
commit dd4dfb9f20
9 changed files with 12 additions and 12 deletions

View File

@@ -7,9 +7,9 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using WoD.Helper;
using SabreTools.Helper;
namespace WoD
namespace SabreTools
{
class Generate
{