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