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