Exemple #1
0
 private static void dispatcherTimer_Tick(object sender, ElapsedEventArgs e)
 {
     _torrentSession.post_torrent_updates();
     _torrentSession.post_dht_stats();
     //_torrentSession.post_session_stats();
 }