Update
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -209,7 +209,7 @@ namespace domain_utility
|
|||||||
|
|
||||||
private static void StartPing()
|
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();
|
string host = Console.ReadLine().Trim();
|
||||||
if (host == string.Empty || host.Length == 0)
|
if (host == string.Empty || host.Length == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user