コード例 #1
0
ファイル: Acceptor.cs プロジェクト: dawnoble/blackcatproject
 private void StartTimer(Connection connection)
 {
     connection.OnTimer();
 }