| | |
| | | using Yw.WinFrmUI.Q3D; |
| | | using Yw.WinFrmUI.Q3d; |
| | | using Hydro.Model; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | |
| | | using System.Text; |
| | | using System.Threading; |
| | | using System.Threading.Tasks; |
| | | using static Yw.WinFrmUI.Q3D.MapViewEnum; |
| | | using static Yw.WinFrmUI.Q3d.MapViewEnum; |
| | | |
| | | namespace Yw.WinFrmUI.Q3D |
| | | namespace Yw.WinFrmUI.Q3d |
| | | { |
| | | [Serializable] |
| | | public class NodeViewModel : NodeCalcModel, IBaseViewModel |
| | | public class NodeViewModel : Q3DNodeCalcModel, IBaseViewModel |
| | | { |
| | | #region 构造函数 |
| | | public NodeViewModel() |
| | |
| | | [DisplayName("链表清单")] |
| | | [Browsable(true)] |
| | | [JsonIgnore] |
| | | public List<LinkCalcModel> Links |
| | | public List<Q3DLinkCalcModel> Links |
| | | { |
| | | get |
| | | { |