黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/RowLayoutControls/RowLayoutControl.cs
@@ -6,7 +6,7 @@
    /// <summary>
    /// 做成一个点击能够显示选中状态背景色的RowLayout(拥有桌布)
    /// </summary>
    public class RowLayoutControl : RowLayout
    public class RowLayoutControl : RowLayoutBase
    {
        #region ■ 变量声明___________________________
@@ -112,9 +112,8 @@
            }
            return btnEditor;
        }
        #endregion
        }
        #endregion
    }
}