lixiaojun
2024-12-10 a5872f7ed264a634c809b026d4d181f99a78db1d
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; }
    }