Removed intermediate class.
This commit is contained in:
parent
081878b6f7
commit
0e7930f2b6
3 changed files with 3 additions and 21 deletions
|
|
@ -6,12 +6,7 @@ using System;
|
|||
|
||||
namespace LibationWinForms.BookLiberation
|
||||
{
|
||||
public partial class AudioDecodeForm
|
||||
#if DEBUG
|
||||
: DebugIntermediate
|
||||
#else
|
||||
: LiberationBaseForm
|
||||
#endif
|
||||
public partial class AudioDecodeForm : LiberationBaseForm
|
||||
{
|
||||
public virtual string DecodeActionName { get; } = "Decoding";
|
||||
public AudioDecodeForm() => InitializeComponent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue