SwiftClient.Cli.AuthManager.AuthManager C# (CSharp) 메소드

AuthManager() 공개 메소드

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