Consolidated base forms
This commit is contained in:
parent
2c20d03506
commit
3e2d69606b
17 changed files with 242 additions and 332 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue