WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-l3d/XhsProjectSimulationL3dCtrl.cs
@@ -1,4 +1,6 @@ namespace HStation.WinFrmUI using Yw.WinFrmUI.HydroL3d; namespace HStation.WinFrmUI { public partial class XhsProjectSimulationL3dCtrl : DevExpress.XtraEditors.XtraUserControl { @@ -8,6 +10,7 @@ } private Yw.Model.HydroModelInfo _hydroInfo = null; /// <summary> /// 绑定数据 @@ -23,7 +26,9 @@ this.networkPanel1.Initial(netWork); } private void XhsProjectSimulationL3dCtrl_Load(object sender, EventArgs e) { } } }