From 1ec6794e808b9627276255ca3846326c9316034a Mon Sep 17 00:00:00 2001 From: gxc <gxc@hdlchina.com.cn> Date: 星期三, 11 十二月 2019 16:36:53 +0800 Subject: [PATCH] 2019.12.11-2 --- ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs b/ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs index 82baff6..2e2d466 100644 --- a/ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs +++ b/ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs @@ -241,7 +241,7 @@ /// <param name="mouseEventArgs">The ${ParameterType} instance containing the event data.</param> private void Account_TextChange(object sender, string mouseEventArgs) { - errorBtn.Text = ""; + errorBtn.Text = string.Empty; if ((sender as EditText).Text.Trim().Length > 0) { @@ -261,7 +261,7 @@ /// <param name="mouseEventArgs">The ${ParameterType} instance containing the event data.</param> private void Code_TextChange(object sender, string mouseEventArgs) { - errorBtn.Text = ""; + errorBtn.Text = string.Empty; if ((sender as EditText).Text.Trim().Length > 0) { resetBtn.Enable = resetBtn.IsSelected = true; -- Gitblit v1.8.0