mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
10 lines
328 B
C#
10 lines
328 B
C#
namespace DiscImageChef.Core.Devices.Dumping
|
|
{
|
|
public partial class Dump
|
|
{
|
|
public event UpdateStatusHandler UpdateStatus;
|
|
public event ErrorMessageHandler ErrorMessage;
|
|
public event ErrorMessageHandler StoppingErrorMessage;
|
|
public event UpdateProgressHandler UpdateProgress;
|
|
}
|
|
} |