Пример #1
0
 void IStack.Start(IPAddress aIpAddress)
 {
     iMediator.Open();
     iSourceList.Start();
     iLibrary.Start(aIpAddress);
     iSharedPlaylists.Start(aIpAddress);
     iHttpClient.Start();
     iHttpServer.Start(aIpAddress);
     iLocator.Start();
 }