Rename namespace and classes

The whole namespace should no longer be "DATabase", rather WoD for the whole project. As such, both of the Program classes should be renamed for their actual purposes
This commit is contained in:
Matt Nadareski
2016-03-28 02:06:14 -07:00
parent 07fb6674f1
commit 3eacecfa65
8 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
using System.Text.RegularExpressions;
using System.Xml.Linq;
namespace DATabase.Helper
namespace WoD.Helper
{
class Converters
{