public SkypeCommandResultBase(SkypeCommandBase command, SkypeMessage message) { this._command = command; this._message = message; this._attributes = new List <string>(); this._parameters = new List <string>(); }
public void AddCommand(SkypeCommandBase command) { this._commands.Add(command); }