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

@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Data.SQLite;
using System.IO;
using System.Xml.Linq;
using DATabase.Helper;
namespace DATabase
{
class Program