wei
2020-12-19 d6aec3027ebec50e1096af7da19d03b1e5f5bea4
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class SwitchSocket : Function
    {
        public SwitchSocket()
        {
        }
    }
}