wxr
2022-06-16 352e2add907bb5d7332a7e598693084ef0e34a87
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}