gxc
2019-11-29 ac334861efbf06933e95c62ced0484410f34bece
ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs
old mode 100755 new mode 100644
@@ -21,8 +21,6 @@
        /// </summary>
        private FrameLayout PhoneEmailFL;
        public PhoneEmailForm()
        {
        }
@@ -142,14 +140,7 @@
            accountFL.AddChidren(PhoneZoneBtn);
            PhoneZoneBtn.MouseUpEventHandler += (sender, e) =>
            {
                var form = new AreaCodeSelectForm();
                parFL.AddChidren(form);
                form.InitForm();
                form.ShowForm();
                form.FinishSelectEvent += (code) =>
                {
                    (sender as Button).Text = "+" + code;
                };
                var form = new AreaCodeSelectForm();                 parFL.AddChidren(form);                 form.InitForm();                 form.ShowForm();                 form.FinishSelectEvent += (code) =>                 {                     (sender as Button).Text = "+" + code;                 };
                //var zoneListView = new PhoneZone { };
                //zoneListView.ActionSelectedZone += (zone) =>
@@ -185,8 +176,6 @@
            };
            accountFL.AddChidren(accountLine);
        }
    }
    public class PhoneLoginRowForm : FrameLayout
@@ -251,8 +240,6 @@
            };
            accountFL.AddChidren(accountLine);
        }
    }
    public class EmailRowForm : FrameLayout
@@ -455,7 +442,7 @@
        /// VerificationCodeET
        /// </summary>
        public EditText VerificationCodeET;
        /// <summary>
        /// Init
        /// </summary>
@@ -1120,8 +1107,6 @@
            t.Dispose();
            base.RemoveFromParent();
        }
    }
}