WJC
2019-10-24 528c105b3aea0e6e00477365f16f57c1e3d7eb1c
ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockLogicList.cs
File was renamed from ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/DoorLockLogicList.cs
@@ -5,7 +5,7 @@
namespace Shared.Phone.Logic.DoorLockLogic
{
    public class DoorLockLogicList : FrameLayout
    public class LockLogicList : FrameLayout
    {
        public async void Show()
@@ -64,9 +64,9 @@
            {
                Width = Application.GetRealWidth(72),
                Height = Application.GetRealHeight(72),
                X = Application.GetRealWidth(1080-108-58),
                X = Application.GetRealWidth(1080 - 108 - 58),
                UnSelectedImagePath = "ZigeeLogic/lockadd.png",
                Y = Application.GetRealHeight(184-72-20),
                Y = Application.GetRealHeight(184 - 72 - 20),
            };
            topRowLayout.AddChidren(addiocn);
            addiocn.MouseUpEventHandler += (sender, e) =>
@@ -77,7 +77,7 @@
                Common.Logic.CurrentLogic.LogicType = 1;
                //Config.Instance.Guid用来识别账号身份;
                var accounts = new System.Collections.Generic.Dictionary<string, string>();
                accounts.Add("Account",Config.Instance.Guid);
                accounts.Add("Account", Config.Instance.Guid);
                Common.Logic.CurrentLogic.Accounts.Add(accounts);
                Common.Logic.CurrentLogic.LogicName = Language.StringByID(MyInternationalizationString.automation1);
                var lockLogicCommunalPage = new LockLogicCommunalPage();