公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
DockingProjects
对接的项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2020-04-15 1.替换新的控件库。
JLChen
2020-04-15
19545253f1977af3ef84b301183c2e12107983c9
[~wxr/DockingProjects.git]
/
迪拜定制
/
SmartHome
/
SmartHome
/
UI
/
SimpleControl
/
Phone
/
Music
/
DLNAServer.cs
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.SimpleControl
{
public class DLNAServer
{
public string URL;
public string ControlURL;
}
}