This commit is contained in:
Павел Сорокин 2023-04-25 12:33:25 +04:00
commit e0fb144da5

View File

@ -9,7 +9,7 @@ namespace ShipyardShopApp
private static readonly HttpClient _client = new();
public static string Password { get; private set; } = string.Empty;
public static bool Access { get; set; } = false;
public static bool Access { get; private set; } = false;
public static void Connect(IConfiguration configuration)
{