Esempio n. 1
0
 public void Dispose()
 {
     // disposing nonexistent sync threads raises an exception
     if (_clientSyncRunning)
     {
         cp.DisposeClient();
     }
 }