wxr
2020-03-05 0bdc0a135dbe31761b53f432ed34f347f0a4e36b
HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
File was renamed from HDL_ON/UI/UI2/FuntionControlView/Light/RGBFragment.cs
@@ -5,7 +5,7 @@
namespace HDL_ON.UI
{
    public partial class RGBFragment : FrameLayout
    public partial class RGBPage : FrameLayout
    {
        #region 控件集合
        FrameLayout bodyView;
@@ -23,7 +23,7 @@
        Function function;
        #endregion
        public RGBFragment(Function func)
        public RGBPage(Function func)
        {
            bodyView = this;
            function = func;
@@ -237,8 +237,8 @@
                Y = Application.GetRealHeight(448),
                Width = Application.GetMinRealAverage(76),
                Height = Application.GetMinRealAverage(76),
                UnSelectedImagePath = "Public/SwitchClose_Shadow.png",
                SelectedImagePath = "Public/SwitchOn_Shadow.png",
                UnSelectedImagePath = "Public/PowerClose_Shadow.png",
                SelectedImagePath = "Public/PowerOpen_Shadow.png",
            };
            controlView.AddChidren(btnSwitch);