Refactor: Move ImageFormat to Core.

This commit is contained in:
2017-05-27 15:17:20 +01:00
parent 4000786a41
commit 0c6617edf8
11 changed files with 30 additions and 2 deletions

View File

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