From 66a9965c44ecc32a6696abca876ab9d1cd091584 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 28 二月 2020 15:25:13 +0800 Subject: [PATCH] 2020.2.28 --- 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