Exemplo n.º 1
0
 public UserCancelInstruction(UserCancelCommand command, UserCancel parameter)
     : base(command, parameter)
 {
 }
Exemplo n.º 2
0
 public UserCancelDataPacket(UserCancel userCancel)
     : base(userCancel.DestinationAddr)
 {
     this.userCancel = userCancel;
 }