Ejemplo n.º 1
0
 public Ping(IRCClient ircClient)
 {
     _client  = ircClient;
     _thread1 = new Thread(new ThreadStart(this.FiveMinutePing));
 }