From b74c052b43d7c4a830386940a036eb7c2ec9abc2 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 14 一月 2020 13:37:26 +0800 Subject: [PATCH] 2020-1-14-01 --- ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs b/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs index 194a6bb..48ea58b 100755 --- a/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs +++ b/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs @@ -21,8 +21,6 @@ /// </summary> private FrameLayout PhoneEmailFL; - - public PhoneEmailForm() { } @@ -185,8 +183,6 @@ }; accountFL.AddChidren(accountLine); } - - } public class PhoneLoginRowForm : FrameLayout @@ -251,8 +247,6 @@ }; accountFL.AddChidren(accountLine); } - - } public class EmailRowForm : FrameLayout @@ -455,7 +449,7 @@ /// VerificationCodeET /// </summary> public EditText VerificationCodeET; - + /// <summary> /// Init /// </summary> @@ -1120,8 +1114,6 @@ t.Dispose(); base.RemoveFromParent(); } - } - } -- Gitblit v1.8.0