mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move most of PluginBase logic into Aaru.Commontypes.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Console;
|
||||
|
||||
@@ -48,7 +49,8 @@ public static class ImageFormat
|
||||
{
|
||||
try
|
||||
{
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
PluginBase.Init();
|
||||
PluginRegister plugins = PluginRegister.Singleton;
|
||||
|
||||
IBaseImage imageFormat = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user