OSDN Git Service

BurageSnapの起動が阻まれたときにエラーになるのを直す
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Thu, 12 Apr 2018 10:55:14 +0000 (19:55 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Thu, 12 Apr 2018 10:55:14 +0000 (19:55 +0900)
KancolleSniffer/MainForm.cs

index 17dd281..ec4df4c 100644 (file)
@@ -14,6 +14,7 @@
 \r
 using System;\r
 using System.Collections.Generic;\r
+using System.ComponentModel;\r
 using System.Diagnostics;\r
 using System.Drawing;\r
 using System.Globalization;\r
@@ -1264,6 +1265,9 @@ namespace KancolleSniffer
             catch (FileNotFoundException)\r
             {\r
             }\r
+            catch (Win32Exception)\r
+            {\r
+            }\r
         }\r
     }\r
 }
\ No newline at end of file