Exemplo n.º 1
0
 public virtual void Handle(PieceRejectedNotification notification)
 {
 }
Exemplo n.º 2
0
 public override void Handle(PieceRejectedNotification notification)
 {
     Console.WriteLine();
     Console.WriteLine(notification);
 }