Esempio n. 1
0
 public virtual void Handle(DataAllocatedNotification notification)
 {
 }
Esempio n. 2
0
 public override void Handle(DataAllocatedNotification notification)
 {
     Console.WriteLine();
     Console.WriteLine(notification);
 }