Removed intermediate class.
This commit is contained in:
parent
081878b6f7
commit
0e7930f2b6
3 changed files with 3 additions and 21 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue