فهرست منبع

Merge branch 'OTSRelease3_0' of http://36.129.163.148:30080/gogsadmin/OTS into OTSRelease3_0

gsp 8 ماه پیش
والد
کامیت
312a85732f
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      OTSIncAMeasureApp/7-OTSProgMgrInfo/Stage/DlgStageEdit.cs

+ 5 - 5
OTSIncAMeasureApp/7-OTSProgMgrInfo/Stage/DlgStageEdit.cs

@@ -361,11 +361,11 @@ namespace OTSMeasureApp._7_OTSProgMgrInfo.Stage
                     MessageBox.Show(pHole.GetName() + "is over the boundary, jump over!");
                     continue;
                 }
-                else if (pSTD.IntersectDomain(pHole))
-                {
-                    MessageBox.Show(pHole.GetName() + " has common part with STD, jump over!");
-                    continue;
-                }
+                //else if (pSTD.IntersectDomain(pHole))
+                //{
+                //    MessageBox.Show(pHole.GetName() + " has common part with STD, jump over!");
+                //    continue;
+                //}
                 bool bHasCommonPart = false;
                 foreach (var pStageHole in listStageHoles)
                 {