REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -38,9 +38,9 @@ using Schemas;
namespace DiscImageChef.Core.Devices.Dumping
{
public static class ResumeSupport
static class ResumeSupport
{
public static void Process(bool isLba, bool removable, ulong blocks, string Manufacturer, string Model,
internal static void Process(bool isLba, bool removable, ulong blocks, string Manufacturer, string Model,
string Serial, Interop.PlatformID platform, ref Resume resume,
ref DumpHardwareType currentTry, ref ExtentsULong extents)
{