JLChen
2021-01-05 f500e14c0a994487070380c50c85e0929cbc8e63
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}