Minor mods for future UI changes
This commit is contained in:
parent
e0248c2d8e
commit
936a1d60a0
10 changed files with 21 additions and 10 deletions
|
|
@ -11,6 +11,7 @@ namespace FileLiberator
|
|||
{
|
||||
public abstract class Processable : Streamable
|
||||
{
|
||||
public abstract string Name { get; }
|
||||
public event EventHandler<LibraryBook> Begin;
|
||||
|
||||
/// <summary>General string message to display. DON'T rely on this for success, failure, or control logic</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue