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

@@ -41,6 +41,7 @@ using DiscImageChef.CommonTypes;
using DiscImageChef.PartPlugins;
using DiscImageChef.Filters;
using DiscImageChef.Decoders.PCMCIA;
using DiscImageChef.Core;
namespace DiscImageChef.Commands
{