mirror of
https://github.com/netchx/netch.git
synced 2026-05-05 22:35:48 +08:00
fix typo
This commit is contained in:
@@ -1235,7 +1235,7 @@ namespace Netch.Forms
|
||||
if (File.Exists(file))
|
||||
File.Delete(file);
|
||||
|
||||
if (IsWaiting())
|
||||
if (!IsWaiting())
|
||||
await StopAsyncCore();
|
||||
|
||||
Dispose();
|
||||
|
||||
Reference in New Issue
Block a user