mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add UpdateStatus event to ATA dumper.
This commit is contained in:
7
DiscImageChef.Core/Devices/Dumping/Dump.cs
Normal file
7
DiscImageChef.Core/Devices/Dumping/Dump.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DiscImageChef.Core.Devices.Dumping
|
||||
{
|
||||
public partial class Dump
|
||||
{
|
||||
public event UpdateStatusHandler UpdateStatus;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user