Create and implement IGenerate, IImport

This commit is contained in:
Matt Nadareski
2016-05-28 16:15:47 -07:00
parent 7a5826e64b
commit 07db29cfbf
9 changed files with 29 additions and 15 deletions

View File

@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using Mono.Data.Sqlite;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using SabreTools.Helper;
@@ -12,7 +10,7 @@ namespace SabreTools
/// <summary>
/// Import data into the database from existing DATs
/// </summary>
public class Import
public class Import : IImport
{
// Private instance variables
private string _filepath;