lixiaojun
2024-12-10 31a8e93cf1cc708b68456b88aa5b0031a41eb47a
WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/01-set/SetHydroMonitorListCtrl.cs
@@ -85,7 +85,7 @@
            var list = _allBindingList?.Where(x => x.Checked).ToList();
            list?.ForEach(x =>
            {
                x.Vmo.Flags = Yw.Untity.FlagsHelper.ToList(x.Flags);
                x.Vmo.Flags = HydroFlagsHelper.ToList(x.Flags);
                x.Vmo.Description = x.Description;
            });
            return list?.Select(x => x.Vmo).ToList();