From ed2f4a97aa48cdb4a013d2a389877f52eb3eccdf Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 29 十月 2019 13:15:59 +0800 Subject: [PATCH] Merge branch 'DEV_GXC' of http://172.16.1.23:6688/r/~xm/HomeApp into DEV_GXC --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs | 21 +-------------------- 1 files changed, 1 insertions(+), 20 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs index a79ddb8..8dba4e5 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs @@ -36,17 +36,6 @@ /// </summary> public int chidrenYaxis = 0; - /// <summary> - /// 鍦嗚搴�(瀹夊崜鍜孖OS鎴栬闇�瑕侀缂栬瘧) - /// </summary> - public uint RadiusEx - { - set - { - this.Radius = value; - } - } - #endregion #region 鈻� 鍒濆鍖朹____________________________ @@ -61,15 +50,7 @@ this.MouseUpEventHandler += ChildrenUpEvent; this.MouseDownEventHandler += ChildrenDownEvent; - } - - /// <summary> - /// 鍋氭垚涓�涓櫘閫氱殑FrameLayout鎺т欢 - /// </summary> - /// <param name="flage">娌″暐鐢ㄧ殑涓滆タ</param> - public FrameLayoutControl(bool flage) - { - } + } #endregion -- Gitblit v1.8.0