duheng
2025-03-10 d6de19ea88feb6b9628b38ed90d7562ea2171097
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Model/AreaViewModel.cs
@@ -5,12 +5,12 @@
using System.Text;
using System.Threading.Tasks;
namespace Hydro.MapView
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; }
    }