Shuxia Ning
2024-11-27 8900eefc3138cf9bad97f52e304a6711ae01f85f
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; }
    }