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