Update the form after we do testing, so we see the results

This commit is contained in:
Tim Young 2018-09-28 13:55:11 -05:00
parent cedb54abff
commit da3905560c

View File

@ -653,6 +653,7 @@ namespace EduNetworkBuilder
{ {
//Loop through all the visible puzzles & process them in-order. //Loop through all the visible puzzles & process them in-order.
RegressionTestAll(); RegressionTestAll();
UpdateForm();
} }
} }