Compare commits

...

3 Commits

Author SHA1 Message Date
e0fb144da5 merge 2023-04-25 12:33:25 +04:00
0ab6d99962 fix 2023-04-25 12:31:05 +04:00
98927033b2 fix 2023-04-25 12:22:22 +04:00

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)
{