wxr
2023-07-26 75b7ec9583cbd0ad84b08cfa4d3df87ba42c2ba4
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
    public class DLNAServer
    {
        public string URL;
        public string ControlURL;
    }
}