黄学彪
2021-02-26 c5377f28667d8475d0805f6150ff4e0614c77c44
HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs
old mode 100755 new mode 100644
@@ -48,7 +48,7 @@
        {
            btnCollection.MouseUpEventHandler += (sender, e) => {
                btnCollection.IsSelected = light.collect = btnCollection_Out.IsSelected = !btnCollection.IsSelected;
                light.SaveFunctionData(true);
                light.CollectFunction();
            };
        }