From db196464ea74daaffb35860eef8c80cf254ce578 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 14 一月 2020 13:56:25 +0800 Subject: [PATCH] 2020.1.14 --- ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs old mode 100755 new mode 100644 index ac65aa1..82d9885 --- a/ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs +++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs @@ -17,9 +17,9 @@ /// 涓嬪垝绾� /// </summary> public FrameLayout Line; - /// <summary> - /// 鐐瑰嚮浜嬩欢 - /// </summary> + /// <summary> + /// 鐐瑰嚮浜嬩欢 + /// </summary> public Action<LeftIconButtonRow, MouseEventArgs> ButtonClickEvent; /// <summary> /// ClickBtn @@ -158,23 +158,23 @@ } #endregion - #region 鈼� 鐐瑰嚮浜嬩欢_________________________ + #region 鈼� 鐐瑰嚮浜嬩欢_________________________ - /// <summary> - /// 鐐瑰嚮浜嬩欢 - /// </summary> - /// <param name="sender"></param> - /// <param name="e"></param> - private void Button_MouseUpEventHandler(object sender, MouseEventArgs e) - { + /// <summary> + /// 鐐瑰嚮浜嬩欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void Button_MouseUpEventHandler(object sender, MouseEventArgs e) + { try { this.ButtonClickEvent?.Invoke(this, e); } catch (Exception ex) { - } - } + } + } #endregion } } -- Gitblit v1.8.0