WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs
@@ -26,6 +26,8 @@ this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); this.TagName = rhs.TagName; this.Description = rhs.Description; this.Project = rhs; } /// <summary> @@ -120,8 +122,11 @@ [MultiText] public string Description { get; set; } /// <summary> /// /// </summary> [Browsable(false)] public XhsProjectStdDto Project { get; set; }