wxr
2022-08-31 85c694b11e858e322d1bd7935e997fa372b3302c
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}