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