Пример #1
0
 void RefreshTimer_Tick(object sender, EventArgs e)
 {
     try
     {
         lock (SocksServer)
         {
             this._openConnections         = SocksServer.OpenConnections;
             LvConnections.VirtualListSize = this._openConnections.Length;
             LvConnections.Refresh();
         }
     }
     catch { }
 }