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; }