proper shutdown
This commit is contained in:
parent
2231e878d5
commit
a8847de910
2 changed files with 6 additions and 1 deletions
|
@ -188,5 +188,10 @@ namespace WinUI
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void StopMonitor()
|
||||
{
|
||||
runThread.Abort();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue