| | |
| | | using Hydro.MapView; |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | |
| | | 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; |