hide the label that shows up on regression testing

This commit is contained in:
Tim Young 2018-10-01 15:32:17 -05:00
parent 78c4af5b8d
commit 30a357cc19
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ namespace EduNetworkBuilder
//Regression testing. Similar to listing all the puzzles. //Regression testing. Similar to listing all the puzzles.
Text = NB.Translate("LBW_Regression_Testing"); //Regression Testing Text = NB.Translate("LBW_Regression_Testing"); //Regression Testing
// //
lblInstructions.Text = "";
UpdateForm(); UpdateForm();
CheckBox newCB; CheckBox newCB;
int count = 0; int count = 0;