namespace PaintDotNet.SystemLayer { public interface IFileTransferProgressEvents : IProgressEvents<string> { } }