This commit is contained in:
EonaCat 2023-02-14 15:57:35 +01:00
parent c3441efd31
commit b74c937d62
1 changed files with 3 additions and 7 deletions

View File

@ -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;
}