Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-10-27 01:07:28 +07:00
parent 1e17ab39c8
commit b3b2b54abf

View File

@@ -209,7 +209,7 @@ namespace domain_utility
private static void StartPing()
{
Console.Write("\nВведите IP адрес компьютера или имя компьютера (пр. 10.234.16.129): ");
Console.Write("\nВведите IP адрес или имя компьютера (пр. 10.234.16.129): ");
string host = Console.ReadLine().Trim();
if (host == string.Empty || host.Length == 0)
{
@@ -266,7 +266,7 @@ namespace domain_utility
OpenComputerCups();
return;
}
if (!IsStringContainIp(remote))
{
remote = СheckComputerName(remote);