13 lines
326 B
C#
13 lines
326 B
C#
public static partial class Creds
|
|
{
|
|
public static string IP => _ip;
|
|
public static string Username => _username;
|
|
|
|
public static string Password => _password;
|
|
|
|
public static string DirectoryOnServer => _dir;
|
|
|
|
public static int Port => _port;
|
|
|
|
public static string AlreadyExistsUrl=> _alreadyExists;
|
|
} |