wei
2020-12-08 62d77d3bb8e7215d9da9ecf6f5aeda0b69f805f8
HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
@@ -36,7 +36,7 @@
        Action actionRefresh;
        #endregion
        public FunctionBaseInfoSetPage(Function func,Action action)
        public FunctionBaseInfoSetPage(Function func, Action action)
        {
            bodyView = this;
            function = func;
@@ -196,10 +196,11 @@
            //    });
            #endregion
#if stage2
            #region 添加到桌面
            var addToDesktopView = new FrameLayout()
            {
                Y = nameView.Bottom,
                Y = locationMagtView.Bottom,
                Height = Application.GetRealHeight(55),
                BackgroundColor = CSS_Color.MainBackgroundColor,
            };
@@ -227,7 +228,7 @@
            addToDesktopView.AddChidren(btnAddToDesktopRight);
            #endregion
#endif
            LoadEventList();
        }