From bef933e7e166b085ba7e46e38ea62d9ae0129ec6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 20 一月 2025 10:47:23 +0800 Subject: [PATCH] 远程API模式阶段性提交 --- Desktop/HStation.Xhs.Hydro.Test.Core/Form2.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Desktop/HStation.Xhs.Hydro.Test.Core/Form2.cs b/Desktop/HStation.Xhs.Hydro.Test.Core/Form2.cs index 200af04..49598c0 100644 --- a/Desktop/HStation.Xhs.Hydro.Test.Core/Form2.cs +++ b/Desktop/HStation.Xhs.Hydro.Test.Core/Form2.cs @@ -5,11 +5,12 @@ using System.ComponentModel; using System.Data; using System.Drawing; +using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Yw.EPAnet.Calcu; +using Yw.EPAnet; using Yw.WinFrmUI.Q3d; namespace Hydro.ClientTool @@ -26,9 +27,14 @@ private void Form2_Load(object sender, EventArgs e) { + - } + + + } + //甯垜缂栧啓涓�涓柟娉曪紝灏唍etwork杞崲涓篘etworkViewModel + private void Form2_KeyDown(object sender, KeyEventArgs e) { map.MapViewer_KeyDown(sender, e); -- Gitblit v1.9.3