소스 검색

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

gsp 1 년 전
부모
커밋
4c8b6c5c18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

+ 1 - 1
OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

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