ISEbd-21 Melnikov I. O. Lab Work 05 Advanced #31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab5adv"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +6,4 @@
{
public static class APIClient
{
public static string Password { get; set; } = string.Empty;
private set
@ -0,0 +7,4 @@
public static class APIClient
{
public static string Password { get; set; } = string.Empty;
public static bool AccessGranted { get; set; } = false;
private set
Pull request closed