IConnectionManager.cs 129 B

1234567
  1. 
  2. namespace MediaBrowser.Controller.Dlna
  3. {
  4. public interface IConnectionManager : IEventManager, IUpnpService
  5. {
  6. }
  7. }