wxr
2021-07-05 6b7a07bcbe147be7ed64994c40bcc5b0a2042aae
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON.Entity
{
    public class SwitchSocket 
    {
        public SwitchSocket()
        {
        }
    }
}