mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Fix PcapController.Stop() UI access exception
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Netch.Controllers
|
||||
|
||||
public override void Stop()
|
||||
{
|
||||
_form.Close();
|
||||
Global.MainForm.Invoke(new Action(() => { _form.Close(); }));
|
||||
StopGuard();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user