Refactoring and addressing comments

This commit is contained in:
Michael Bucari-Tovo 2022-05-23 21:20:26 -06:00
parent 4a82541ffd
commit d71cdecd35
13 changed files with 218 additions and 205 deletions

View file

@ -114,9 +114,6 @@ namespace LibationWinForms.ProcessQueue
BookControls.Add(control);
panel1.Controls.Add(control);
if (DesignMode)
return;
for (int i = 1; i < NUM_ACTUAL_CONTROLS; i++)
{
control = InitControl(VirtualControlHeight * i);