wxr
2020-12-09 b5f348ec1381a8b05d00e585a3e156381f751d72
HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs
@@ -66,7 +66,7 @@
            btnCollectionIcon.MouseUpEventHandler += (sender, e) =>
            {
                btnCollectionIcon.IsSelected = function.collect = !btnCollectionIcon.IsSelected;
                function.SaveFunctionData();
                function.SaveFunctionData(true);
            };
        }