using System; namespace HDL_ON.Entity { public class SwitchSocket : Function { public SwitchSocket() { } } }