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