mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create and implement IGenerate, IImport
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user