ningshuxia
2 天以前 71c12ff40d58c3dbdde6867396dd99224e57fc32
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; }