WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/05-tree/HydroWorkingTreeViewModel.cs
@@ -5,6 +5,25 @@ /// </summary> public class HydroWorkingTreeViewModel { /// <summary> /// /// </summary> public HydroWorkingTreeViewModel() { } /// <summary> /// /// </summary> public HydroWorkingTreeViewModel(HydroWorkingVmo rhs) { this.Id = rhs.ID.ToString(); this.ParentId = string.Empty; this.Name = rhs.Name; this.ImageIndex = -1; this.Checked = false; this.SortCode = rhs.SortCode; this.Description = rhs.Description; this.Vmo = rhs; } /// <summary> /// Id