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