标签整顿

This commit is contained in:
2025-05-15 14:23:02 +08:00
parent 5d2cba07ae
commit a7feaa2158
2 changed files with 24 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ namespace linesider_screen_tool
if (btApp != null)
{
btApp.Quit(0);
Marshal.ReleaseComObject(_btApp);
Marshal.ReleaseComObject(btApp);
}
}
}