예제 #1
0
파일: Peer.cs 프로젝트: phillco/LANdrop
 public Peer( )
 {
     Statistics = new PeerStatistics( );
 }
예제 #2
0
파일: Peer.cs 프로젝트: phillco/LANdrop
 // Just a simplifier
 public void RegisterEvent( PeerStatistics.EventType type )
 {
     Statistics.RegisterEvent( type );
 }