From 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 14:22:42 +0800 Subject: [PATCH] 优化细节问题 --- WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs b/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs index ffe4d03..3fc241e 100644 --- a/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs +++ b/WinFrmUI/IBox.WinFrmUI/Model/IBoxFilterViewModel.cs @@ -1,16 +1,10 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace IBox.WinFrmUI +锘縩amespace 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; } -- Gitblit v1.9.3