Beispiel #1
0
 public Message(IMessage other)
 {
     MessageUtils.TransferMessage(other, this);
 }
 public ReplayableMessage(IMessage other)
 {
     MessageUtils.TransferMessage(other, this);
 }