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(); } } }