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