Refactor: Moved PluginBase to Core.

This commit is contained in:
2017-05-27 14:54:15 +01:00
parent 33f10dc202
commit 4000786a41
12 changed files with 49 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
using System;
using DiscImageChef.Filters;
using DiscImageChef.Console;
using DiscImageChef.Core;
namespace DiscImageChef.ImagePlugins
{