Ejemplo n.º 1
0
 public virtual void Handle(PeerConnectedNotification notification)
 {
 }
Ejemplo n.º 2
0
 public void Handle(PeerConnectedNotification notification)
 {
     Total.Add(notification.Peer);
 }
Ejemplo n.º 3
0
 public override void Handle(PeerConnectedNotification notification)
 {
     peers.Handle(notification);
 }