Smuxi.Engine.XmppProtocolManager.CommandRegister C# (CSharp) Метод

CommandRegister() приватный Метод

private CommandRegister ( Smuxi.Engine.CommandModel command ) : void
command Smuxi.Engine.CommandModel
Результат void
        public void CommandRegister(CommandModel command)
        {
            Trace.Call(command);
            Connect();
            JabberClient.RegisterAccount = true;
            // TODO: add callbacks to process in case of error or success
        }