public virtual void Handle(DataAllocatedNotification notification)
 {
 }
Exemple #2
0
 public override void Handle(DataAllocatedNotification notification)
 {
     Console.WriteLine();
     Console.WriteLine(notification);
 }