wxr
2023-06-13 4cf5bc1b5f954646e006c7e491c4b20657409567
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}