From f57a46c77282ca9941e0f5ead9d5b94fdd983275 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Thu, 12 Aug 2021 00:19:30 -0600 Subject: [PATCH] fixed mistake. --- .../BookLiberation/ProcessorAutomationController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs index c095a92a..1575be89 100644 --- a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs +++ b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs @@ -149,8 +149,8 @@ namespace LibationWinForms.BookLiberation processForm.OnBegin(sender, libraryBook); }; - //if (completedAction != null) - // strProc.Completed += completedAction; + if (completedAction != null) + strProc.Completed += completedAction; return strProc; }