Minor mods for future UI changes

This commit is contained in:
Michael Bucari-Tovo 2022-05-11 18:36:48 -06:00
parent e0248c2d8e
commit 936a1d60a0
10 changed files with 21 additions and 10 deletions

View file

@ -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>