陈嘉乐
2020-01-08 bbc74a6dae2e90a811b2507c5896fe89aa29ccc0
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}