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