duheng
2024-09-23 d9b8c4b8639e5239cea8fbb88fa2ae6fa1ac706b
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/Form_importObjs.cs
@@ -1,4 +1,4 @@
using Hydro.MapView;

using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -8,16 +8,16 @@
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using static Hydro.MapView.MapViewEnum;
using Hydro.MapView.Common;
namespace Hydro.MapUI
using static Yw.WinFrmUI.Q3d.MapViewEnum;
namespace Yw.WinFrmUI.Q3d
{
    public partial class Form_importObjs : Form
    {
        MapViewNetWork _net,_net0;
        NetworkViewModel _net,_net0;
        public List<CheckBox> checkBoxes = new List<CheckBox>();
        List<bool> bools = new List<bool>();
        public Form_importObjs(MapViewNetWork net,MapViewNetWork net0)
        public Form_importObjs(NetworkViewModel net,NetworkViewModel net0)
        {
            InitializeComponent();
            _net= net;