mirror of
https://github.com/AntonyCorbett/JWLMerge
synced 2026-07-30 20:15:47 -04:00
10 lines
174 B
C#
10 lines
174 B
C#
namespace JWLMerge.BackupFileServices.Events
|
|
{
|
|
using System;
|
|
|
|
public class ProgressEventArgs : EventArgs
|
|
{
|
|
public string Message { get; set; }
|
|
}
|
|
}
|