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