mirror of
https://github.com/netchx/netch.git
synced 2026-04-29 21:59:34 +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