代码优化

This commit is contained in:
2026-02-21 16:51:34 +08:00
parent 469dbd1497
commit 99ec2d7609
31 changed files with 171 additions and 158 deletions
+4 -4
View File
@@ -519,7 +519,7 @@ namespace Ink_Canvas.Helpers
File.Delete(ipcFile);
}
}
catch { }
catch (Exception innerEx) { System.Diagnostics.Debug.WriteLine(innerEx); }
}
}
@@ -570,7 +570,7 @@ namespace Ink_Canvas.Helpers
File.Delete(ipcFile);
}
}
catch { }
catch (Exception innerEx) { System.Diagnostics.Debug.WriteLine(innerEx); }
}
}
@@ -625,7 +625,7 @@ namespace Ink_Canvas.Helpers
File.Delete(ipcFile);
}
}
catch { }
catch (Exception innerEx) { System.Diagnostics.Debug.WriteLine(innerEx); }
}
}
@@ -675,7 +675,7 @@ namespace Ink_Canvas.Helpers
File.Delete(ipcFile);
}
}
catch { }
catch (Exception innerEx) { System.Diagnostics.Debug.WriteLine(innerEx); }
}
}
}