Browse Source

..

master
robin 4 years ago
parent
commit
f36b32a1a7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs

+ 2
- 0
ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs View File

@ -596,6 +596,8 @@ namespace ButcherFactory.SegmentProductionAuto_
if (_codePanel != null && _totalCode.ID == item2.Key) if (_codePanel != null && _totalCode.ID == item2.Key)
{ {
flowLayoutPanel4.Controls.Clear(); flowLayoutPanel4.Controls.Clear();
_codePanel = null;
_totalCode = null;
} }
} }


Loading…
Cancel
Save