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