wxr
2022-05-30 48dc77a381eb33b0057ad496c02577806d2b5b5c
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}