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