Browse Source

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

gsp 1 year ago
parent
commit
4c8b6c5c18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

+ 1 - 1
OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

@@ -285,7 +285,7 @@ namespace OTSMeasureApp
                     sp.ShowDialog();
                 }
             }
-            catch
+            catch (ThreadAbortException)
             {
 
             }