mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor.
This commit is contained in:
@@ -44,9 +44,9 @@ namespace Aaru.DiscImages
|
||||
public ImageInfo Info => _imageInfo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "BlindWrite 5";
|
||||
public string Name => "BlindWrite 5";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("9CB7A381-0509-4F9F-B801-3F65434BC3EE");
|
||||
public Guid Id => new Guid("9CB7A381-0509-4F9F-B801-3F65434BC3EE");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
/// <inheritdoc />
|
||||
@@ -64,6 +64,6 @@ namespace Aaru.DiscImages
|
||||
/// <inheritdoc />
|
||||
public List<DumpHardwareType> DumpHardware => null;
|
||||
/// <inheritdoc />
|
||||
public CICMMetadataType CicmMetadata => null;
|
||||
public CICMMetadataType CicmMetadata => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user