Updated
This commit is contained in:
parent
c3441efd31
commit
b74c937d62
|
@ -86,13 +86,9 @@ namespace EonaCat.DnsTester
|
|||
return;
|
||||
}
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
IsRunning = true;
|
||||
CheckDNS(CleanNames, CleanNamesCount, DNS1, DNS2);
|
||||
IsRunning = false;
|
||||
});
|
||||
|
||||
IsRunning = true;
|
||||
CheckDNS(CleanNames, CleanNamesCount, DNS1, DNS2);
|
||||
IsRunning = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue