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