Consolidated base forms

This commit is contained in:
Michael Bucari-Tovo 2021-08-12 17:43:46 -06:00
parent 2c20d03506
commit 3e2d69606b
17 changed files with 242 additions and 332 deletions

View file

@ -3,7 +3,7 @@ using Dinah.Core.Net.Http;
namespace FileLiberator
{
public interface IStreamable
public interface IStreamable : IFileLiberator
{
event EventHandler<string> StreamingBegin;
event EventHandler<DownloadProgress> StreamingProgressChanged;