duheng
2024-10-15 21d9f7bcbe8c82d2af9dbdc18f189a3bb1672d74
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/WindowsForm/Form_importObjs.cs
@@ -8,16 +8,16 @@
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using static Yw.WinFrmUI.Q3D.MapViewEnum;
using static Yw.WinFrmUI.Q3d.MapViewEnum;
namespace Yw.WinFrmUI.Q3D
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;