WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/AreaViewModel.cs
@@ -5,12 +5,12 @@ using System.Text; using System.Threading.Tasks; namespace Yw.WinFrmUI.Q3D namespace Yw.WinFrmUI.Q3d { [Serializable] public class AreaViewModel : NodeViewModel, IBaseViewModel { public List<NodeViewModel> InnerNodes=new List<NodeViewModel>(); public List<NodeViewModel> InnerNodes = new List<NodeViewModel>(); public Color color { get; set; } }