wei
2020-12-04 23ca39219c5075d829d14137cb54896a24ae513d
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -144,8 +144,7 @@
                    System.Threading.Tasks.Task.Run(() =>
                        {
                            //DriverLayer.Control.Ins.SearchLoaclGateway();
                            //MainPage.GetRoomList();
                            MainPage.GetDeviceList();
                            MainPage.InitializationData();
                        });
                };
#endif
@@ -518,7 +517,7 @@
                        Width = Application.GetRealWidth(164),
                        Height = Application.GetRealWidth(122),
                        Tag = scene.sid,
                        BackgroundImagePath = (scene as Scene).ImagePath,
                        BackgroundImagePath = scene.ImagePath,
                    };
                    rowView.AddChidren(functionView);
@@ -880,9 +879,9 @@
                    Action refreshAction = () => {
                        btnName.Text = scene.name;
                        btnZone.Text = scene.GetRoomListName();
                        view.BackgroundImagePath = (scene as Scene).ImagePath;
                        view.BackgroundImagePath = scene.ImagePath;
                    };
                    var aep = new SceneEditPage(scene as Scene, backAction);
                    var aep = new SceneEditPage(scene, backAction);
                    MainPage.BasePageView.AddChidren(aep);
                    aep.LoadPage(StringId.EditScene, refreshAction);
                    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;