Exemplo n.º 1
0
 public virtual void Read(CommandSerializer serializer)
 {
     this.Sender = serializer.Sender;
 }
Exemplo n.º 2
0
 public Command()
 {
     this.Sender = null;
 }