Refactoring and addressing comments
This commit is contained in:
parent
4a82541ffd
commit
d71cdecd35
13 changed files with 218 additions and 205 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue