WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs
@@ -1,16 +1,10 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IBox.WinFrmUI namespace IBox.WinFrmUI { public class IBoxFilterViewModel { public bool IsFlowFilter { get; set; } public bool IsFlowFilter { get; set; } public bool IsPressFilter { get; set; } public bool IsPressFilter { get; set; } public IBoxFilterConfigViewModel FlowFilterConfig { get; set; }