JLChen
2020-02-28 9137222ece9b978eb97b5598f2eee6e070bcf9d6
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}