WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/00-ViewModel/TreelistViewModel.cs
@@ -16,7 +16,7 @@ this.SortCode = rhs.SortCode; this.Description = rhs.Description; this.Model = rhs; this.ImageIndex = ImageLib.Series16; this.ImageIndex = ImageLib.Series; } public CurrentTreeViewModel(Vmo.PumpGroup rhs) : base() @@ -29,7 +29,7 @@ this.Description = rhs.Description; this.Model = rhs; this.IsGroup = true; this.ImageIndex = ImageLib.Group16; this.ImageIndex = ImageLib.Group; } public void Reset(Vmo.PumpSeries rhs)