ZigbeeApp/Shared/Phone/Category/AddOrEditorSceneForm.cs
@@ -639,6 +639,7 @@ { return true; } //打开进度条 this.ShowProgressBar(); //获取执行目标列表 @@ -821,6 +822,9 @@ this.editorScene.IconPath = this.cloneScene.IconPath; this.editorScene.Save(); //新建场景,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; HdlThreadLogic.Current.RunMain(() => { //调用回调函数 @@ -888,6 +892,9 @@ this.editorScene.IconPath = this.cloneScene.IconPath; this.editorScene.Save(); //编辑场景,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; HdlThreadLogic.Current.RunMain(() => { //调用回调函数