Forráskód Böngészése

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

gsp 1 éve
szülő
commit
4c8b6c5c18
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

+ 1 - 1
OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

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