mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2024-12-11 08:57:17 +00:00
6 lines
209 B
C#
6 lines
209 B
C#
namespace DSInternals.Replication
|
|
{
|
|
using DSInternals.Replication.Model;
|
|
|
|
public delegate void ReplicationProgressHandler(ReplicationCookie cookie, int processedObjectCount, int totalObjectCount);
|
|
} |