Пример #1
0
 void IStack.Stop()
 {
     if (iLocator != null)
     {
         iLocator.Stop();
     }
     if (iHttpServer != null)
     {
         iHttpServer.Stop();
     }
     if (iHttpClient != null)
     {
         iHttpClient.Stop();
     }
     if (iSharedPlaylists != null)
     {
         iSharedPlaylists.Stop();
     }
     if (iLibrary != null)
     {
         iLibrary.Stop();
     }
     if (iMediator != null)
     {
         iMediator.Close();
     }
     if (iAutoUpdate != null)
     {
         iAutoUpdate.Stop();
     }
 }
Пример #2
0
 void IStack.Stop()
 {
     iLocator.Stop();
     iHttpServer.Stop();
     iHttpClient.Stop();
     iSharedPlaylists.Stop();
     iLibrary.Stop();
     iSourceList.Stop();
     iMediator.Close();
 }