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