This commit is contained in:
ChsBuffer
2021-04-30 15:45:12 +08:00
parent fb64951003
commit 84e481f704

View File

@@ -1235,7 +1235,7 @@ namespace Netch.Forms
if (File.Exists(file))
File.Delete(file);
if (IsWaiting())
if (!IsWaiting())
await StopAsyncCore();
Dispose();