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

@@ -36,6 +36,7 @@ using DiscImageChef.Checksums;
using System.Collections.Generic;
using DiscImageChef.Console;
using DiscImageChef.Filters;
using DiscImageChef.Core;
namespace DiscImageChef.Commands
{