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
1 changed files with 1 additions and 0 deletions

View File

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