gxc
2019-11-21 6edb41a89f56634a0684dedf65b29f9277002c7f
ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs
@@ -21,8 +21,6 @@
        /// </summary>
        private FrameLayout PhoneEmailFL;
        public PhoneEmailForm()
        {
        }
@@ -178,8 +176,6 @@
            };
            accountFL.AddChidren(accountLine);
        }
    }
    public class PhoneLoginRowForm : FrameLayout
@@ -244,8 +240,6 @@
            };
            accountFL.AddChidren(accountLine);
        }
    }
    public class EmailRowForm : FrameLayout
@@ -1113,8 +1107,6 @@
            t.Dispose();
            base.RemoveFromParent();
        }
    }
}