SwiftClient.Cli.AuthManager.AuthManager C# (CSharp) Méthode

AuthManager() public méthode

public AuthManager ( string args ) : CommandLine
args string
Résultat CommandLine
        public AuthManager(string[] args)
        {
            if(args.Length > 0 && ParseLoginCommand(args) == 0)
            {
                validLoginData = true;
            }
        }