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