Put Helper classes in their own namespace

This commit is contained in:
Matt Nadareski
2016-03-24 14:03:22 -07:00
parent a30ebed20c
commit 02d36e2abd
5 changed files with 8 additions and 15 deletions

View File

@@ -3,9 +3,8 @@ using System.Data.SQLite;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
using System.Reflection;
using DATabase.Helper;
namespace DATabase
{