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