ningshuxia
2025-03-27 0b0f37c86f484b10d911b56b77968f832ce69bbb
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeViewModel.cs
@@ -24,16 +24,16 @@
            this.Project = rhs;
            if (IsHave)
            {
                this.ImageIndex = ImageLib.NotImported;
                this.ImageIndex = 1;
            }
            else
            {
                this.ImageIndex = -1;
                this.ImageIndex = 0;
            }
        }
        /// <summary>
        /// ID
        /// UserID
        /// </summary>
        public long ID { get; set; }