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