duheng
2024-08-21 6c88a90d2330a27c0052a22538f6ebd6200faae7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/05-ImportCompleted/ImportXhsProjectCompletedCtrl.cs
@@ -45,16 +45,11 @@
                                    this.stepItemForBimfaceTranslate.ContentBlock2.Description = "跳过Bimface轻量化等待...";
                                }
                                this.stepProgressBar1.SelectNext();
                                if (vm.IsPublished)
                                {
                                    this.stepProgressBar1.SelectNext();
                                }
                            }
                        }
                    }
                }
            }
        }
        /// <summary>
@@ -70,7 +65,7 @@
        /// </summary>
        public bool AllowNext
        {
            get { return false; }
            get { return true; }
        }
        /// <summary>
@@ -86,7 +81,7 @@
        /// </summary>
        public bool AllowComplete
        {
            get { return true; }
            get { return false; }
        }
        /// <summary>
@@ -102,7 +97,7 @@
        /// </summary>
        public bool CanNext()
        {
            return false;
            return true;
        }
        /// <summary>
@@ -118,14 +113,8 @@
        /// </summary>
        public bool CanComplete()
        {
            _vm.IsCompleted = true;
            return true;
            _vm.IsCompleted = false;
            return false;
        }
    }
}
}