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