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