stub for filling in puzzles for regression

This commit is contained in:
Tim Young 2018-09-21 09:00:03 -05:00
parent b2335c8b3a
commit 6831e17dce
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ namespace EduNetworkBuilder
btnAdd.Visible = false;
Text = NB.Translate("H_DHCP_Title"); //DHCP
}
if(mode == LBContents.regressiontest)
{
//Regression testing. Similar to listing all the puzzles.
//
}
UpdateForm();
}