Removed intermediate class.

This commit is contained in:
Michael Bucari-Tovo 2021-08-12 18:50:51 -06:00
parent 081878b6f7
commit 0e7930f2b6
3 changed files with 3 additions and 21 deletions

View file

@ -7,12 +7,7 @@ using System.Windows.Forms;
namespace LibationWinForms.BookLiberation
{
public partial class DownloadForm
#if DEBUG
: DebugIntermediate
#else
: LiberationBaseForm
#endif
public partial class DownloadForm : LiberationBaseForm
{
public DownloadForm()
{