コード例 #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 );
 }