fixed mistake.

This commit is contained in:
Michael Bucari-Tovo 2021-08-12 00:19:30 -06:00
parent a45ab61929
commit f57a46c772

View File

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