Simple winforms work in modern .net core designer. Only keep edge cases which work best in .net framework designer

This commit is contained in:
Robert McRackan 2021-07-15 14:43:10 -04:00
parent f0daa12bb7
commit 20a9e4b651
53 changed files with 3 additions and 4138 deletions

View file

@ -6,6 +6,7 @@ using Dinah.Core.Net.Http;
namespace FileLiberator
{
// frustratingly copy pasta from DownloadableBase and DownloadPdf
// currently only used to download the .zip flies for upgrade
public class DownloadFile : IDownloadable
{
public event EventHandler<string> DownloadBegin;