From caf0bf69009cdaee31f2e1cfdac647077aff340d Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 06 九月 2024 09:42:35 +0800
Subject: [PATCH] 增加自动匹配界面

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs
index 27991b2..e251d98 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs
@@ -26,16 +26,16 @@
             this.mapSetSimpleMarkerContainer1.LoadCompletedEvent += MapSetSimpleMarkerContainer1_LoadCompletedEvent;
             this.mapSetSimpleMarkerContainer1.SetMarkerEvent += MapSetSimpleMarkerContainer1_SetMarkerEvent;
             await this.mapSetSimpleMarkerContainer1.InitialContainer();
-            if (!InputXhsProjectInfoWizardPage.AllowImport)
-            {
-                AllowNext = false;
-                AllowComplete = true;
-            }
-            else
-            {
-                AllowNext = true;
-                AllowComplete = false;
-            }
+            /*  if (!InputXhsProjectInfoWizardPage.AllowImport)
+              {
+                  AllowNext = false;
+                  AllowComplete = true;
+              }
+              else
+              {
+                  AllowNext = true;
+                  AllowComplete = false;
+              }*/
             PageStateChangedEvent.Invoke();
         }
 
@@ -64,8 +64,8 @@
         /// </summary>
         public bool AllowNext
         {
-            get;
-            set;
+            get { return true; }
+            set { }
         }
 
         /// <summary>
@@ -81,8 +81,8 @@
         /// </summary>
         public bool AllowComplete
         {
-            get;
-            set;
+            get { return false; }
+            set { }
         }
 
         /// <summary>

--
Gitblit v1.9.3