From 24c2e282bac49627cc1cbac2d4b8df73c1d066b7 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 九月 2024 16:10:23 +0800 Subject: [PATCH] 删除冗余文件 --- WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs index 9a2972d..d58ca5f 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/ValveViewModel.cs @@ -1,11 +1,12 @@ -锘縰sing System; +锘縰sing Hydro.Model; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Yw.WinFrmUI.Q3D +namespace Yw.WinFrmUI.Q3d { [Serializable] public class ValveViewModel:LinkViewModel @@ -28,10 +29,7 @@ [DisplayName("灞�閮ㄩ樆鍔涚郴鏁�")] [Browsable(true)] public new float MinorLoss { get; set; } = 0; - //[Category("璁$畻鍙傛暟")] - //[DisplayName("鍒濆鐘舵��")] - //[Browsable(true)] - //public string Status { get; set; } = ""; + [Category("鍩烘湰淇℃伅")] [DisplayName("绫诲瀷")] [Browsable(true)] @@ -47,6 +45,6 @@ return $"{ID}\t{Node1}\t{Node2}\t{Diameter:F4}\t{Type}\t{Setting}\t{MinorLoss:F4}\t;\t"; } - + } } -- Gitblit v1.9.3