From d9fd4c59bea0f21d4c8241920cef90440cf53f43 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期六, 28 八月 2021 17:20:45 +0800 Subject: [PATCH] 2021-8-28-05 --- HDL_ON/Entity/Function/AirSwitch.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Function/AirSwitch.cs b/HDL_ON/Entity/Function/AirSwitch.cs new file mode 100644 index 0000000..2276f82 --- /dev/null +++ b/HDL_ON/Entity/Function/AirSwitch.cs @@ -0,0 +1,10 @@ +锘縰sing System; +namespace HDL_ON.Entity +{ + public class AirSwitch + { + public AirSwitch() + { + } + } +} -- Gitblit v1.8.0