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