Implement IOC for plugin registration.

This commit is contained in:
2018-07-20 22:53:46 +01:00
parent cd489cc40f
commit 991ee84712
27 changed files with 735 additions and 103 deletions

View File

@@ -37,7 +37,6 @@ using DiscImageChef.CommonTypes;
using DiscImageChef.CommonTypes.Interfaces;
using DiscImageChef.Console;
using DiscImageChef.Core;
using DiscImageChef.Filters;
namespace DiscImageChef.Commands
{
@@ -75,7 +74,7 @@ namespace DiscImageChef.Commands
return;
}
PluginBase plugins = new PluginBase();
PluginBase plugins = GetPluginBase.Instance;
bool checkraw = false;