公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
Santan-OnPro
想天定制的OnPro
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
离线数据,字体大小
wxr
2024-04-22
7a5dc2a6d15d14f70b64310c597a05cfe97208bd
[~wxr/Santan-OnPro.git]
/
HDL_ON
/
Entity
/
Function
/
AirSwitch.cs
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
public class AirSwitch
{
public AirSwitch()
{
}
}
}