From 299013bc2d9eb529a309b3ee63e22ed24f87aebe Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 12 十月 2024 18:45:39 +0800
Subject: [PATCH] 增减计算前提于切换

---
 Desktop/HStation.Xhs.Hydro.Test.Core/Form1.cs |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/Desktop/HStation.Xhs.Hydro.Test.Core/Form1.cs b/Desktop/HStation.Xhs.Hydro.Test.Core/Form1.cs
index 8bd7998..6ce52b8 100644
--- a/Desktop/HStation.Xhs.Hydro.Test.Core/Form1.cs
+++ b/Desktop/HStation.Xhs.Hydro.Test.Core/Form1.cs
@@ -1,4 +1,15 @@
-namespace HStation.Xhs.Hydro.Test.Core
+锘縰sing System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+//using Hydro.MapUI;
+
+namespace Hydro.ClientTool
 {
     public partial class Form1 : Form
     {
@@ -6,5 +17,18 @@
         {
             InitializeComponent();
         }
+
+        private void Form1_Load(object sender, EventArgs e)
+        {
+
+        }
+
+        private void button1_Click(object sender, EventArgs e)
+        {
+            //MapViewer viwer = new MapViewer(true);
+            //viwer.Dock = DockStyle.Fill;
+            //viwer.Name = "MapViewer";
+            //this.Controls.Add(viwer);
+        }
     }
 }

--
Gitblit v1.9.3