Example #1
0
 public Peer( )
 {
     Statistics = new PeerStatistics( );
 }
Example #2
0
 // Just a simplifier
 public void RegisterEvent( PeerStatistics.EventType type )
 {
     Statistics.RegisterEvent( type );
 }