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